Replies: 2 comments
-
From the discussion in the PR mentioned above:
My response was:
Plugins are not often involved in the work of their predecessors, there's no established schema for plugins registering callbacks for others to call at important points of the workflow. I don't know how common the use case could be, some time ago I personally was in need of pytest HTML report being updated after each test (long-running tests), but if we decide to support this, we should do it properly, without ad-hoc constructs for a single plugin. |
Beta Was this translation helpful? Give feedback.
-
I was experimenting with this approach and while it may seem handy, to me the benefit was not that big because RP I didn't want to access a launch multiple times (while it was still running) to do a review. Also, in RP I am missing the information how many tests will be executed because even though you can "initialize" all tests at the beginning the RP UI would display only finished tests (and you won't be able to see the number of tests in progress). With that, I am not saying that this "feature" won't be useful, I am just trying to point out the ups and downs should be properly evaluated as the implementation won't be definitely cheap. |
Beta Was this translation helpful? Give feedback.
-
Can we upload the results to RP immediately upon completion of an individual test, instead of as it works today,
When all test results are uploaded only at the end of a plan?
Please see also:
Beta Was this translation helpful? Give feedback.
All reactions