diff --git a/mobilewright.config.ts b/mobilewright.config.ts index c56cbc3..34214f3 100644 --- a/mobilewright.config.ts +++ b/mobilewright.config.ts @@ -5,8 +5,8 @@ export default defineConfig({ testDir: './tests', bundleId: 'com.bstack.demo', timeout: 60_000, - workers: 3, - fullyParallel: false, + workers: 9, + fullyParallel: true, driver: browserStackDriver({ app: 'bs://3e6fa090f64631b0277501baf5108585ee9780b1', project: 'MobileWright - BStackDemo', diff --git a/package.json b/package.json index 11294c6..6b818a6 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "test": "npx mobilewright test", - "test:bs": "BROWSERSTACK_USERNAME=manojvbhandare_APrlwx BROWSERSTACK_ACCESS_KEY=xzr1F7yKi8dkr3qTGm65 npx mobilewright test" + "test:bs": "npx mobilewright test" }, "keywords": [], "author": "",