It would be a great addition to choose whether a test run is always updated when tests are run in pytest or whether the test run is only updated when the tests pass.
For example, there are tests which are executed daily and we require at least 1 pass. This means that I only want to update the test run corresponding to these daily tests, when a test inside pytest has passed. If a test from this set of tests subsequently failed, I would not want to update the test run's corresponding test as failed, since I only require a single pass.