From 58c44178b18025ec39a5064f1f4f2d0e62c4331f Mon Sep 17 00:00:00 2001 From: mvb-codes Date: Tue, 22 Sep 2026 16:50:56 +0530 Subject: [PATCH] Latest change --- mobilewright.config.ts | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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": "",