TimeInvestor

Results 5 comments of TimeInvestor

Looking forward to this feature. Our tests take more than 1 hour to finish using one Jenkins job. We have to split the tests into mutiple Jenkins jobs to run...

> @TimeInvestor just to be clear, you can currently shard your playwright tests across multiple machines and use [`[email protected]`](https://www.npmjs.com/package/playwright-merge-html-reports/v/0.2.3) npm package to combine all the html reports into one. Thanks...

I have a case: I would like to implement an extension based on `ExecutionCondition` in which I would check if a test (case) from `ParameterizedTest` which has a parameter `targetTestEnv`...