I have some paramertized JUnit5 tests that take a list of requests and I want to report the total number of requests rather than the number of test executions e.g. test is run 2 times with a list of 10 requests for each so I want to see the test report reflect 20 rather than 2, is this possible?
↧