We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13518ae commit 61e78ebCopy full SHA for 61e78eb
playwright.config.ts
@@ -60,7 +60,6 @@ export const config: PlaywrightTestConfig = {
60
61
if (process.env.CI) {
62
config.retries = 3;
63
- config.workers = '50%';
64
}
65
66
export default config;
0 commit comments