I have files home.1.spec.js, home.2.spec.js, home.3.spec.js, so if I add npx playwright test --workers 4 it randomly select test cases and then run, but I want to run home.1 by worker 1, home.2 by worker 2 and so on.what should be gitlab.yml setting for this
Playwright : How to run spec files parallel in playwright - Stack Overflow
评论列表(0)
- 暂无评论