Limit workers to 1 for now

This commit is contained in:
RMidhunSuresh 2022-10-25 21:18:56 +05:30
parent d810f22237
commit a3a5d278a0
No known key found for this signature in database

View File

@ -16,5 +16,6 @@ const config: PlaywrightTestConfig = {
command: "yarn start",
url: `${BASE_URL}/#/login`,
},
workers: 1
};
export default config;