Closed
Description
Currently, we only have implemented parallel execution at the fixture level. It should be possible to run individual methods of a fixture in parallel as well as individual test cases for a parameterized method.
We should be able to specify the exact level of parallelism on the fixture or method.
This issue was previously part of #66