diff --git a/playwright.config.ts b/playwright.config.ts index 6fbb499b..0a00a88f 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -16,5 +16,6 @@ const config: PlaywrightTestConfig = { command: "yarn start", url: `${BASE_URL}/#/login`, }, + workers: 1 }; export default config;