FrankNutreco

Results 2 comments of FrankNutreco

Any update on this feature @mxschmitt ? Would very much like this functionality so I have more flexibility in using parallel testing.

@younesjallouli Have you tried the following? In the playwright.config.ts file you can set the dependencies: ![image](https://github.com/microsoft/playwright/assets/107055245/83c4c232-6d07-474a-b4a6-f9d9a86834cb) In the package.json file you can set the following: ![image](https://github.com/microsoft/playwright/assets/107055245/064771a5-ec06-413b-8829-23e74d51a6bc) When running your tests,...