From 51cae974779879729979a561ac6184d7840dcd41 Mon Sep 17 00:00:00 2001 From: Aditya Mane Date: Tue, 9 Dec 2025 16:29:37 +0530 Subject: [PATCH] Update devices --- resources/config/nightwatch-local.conf.js | 16 ++++++++-------- resources/config/nightwatch-suite.conf.js | 16 ++++++++-------- resources/config/nightwatch.conf.js | 14 +++++++------- 3 files changed, 23 insertions(+), 23 deletions(-) diff --git a/resources/config/nightwatch-local.conf.js b/resources/config/nightwatch-local.conf.js index 4a47f8d..66a2c06 100644 --- a/resources/config/nightwatch-local.conf.js +++ b/resources/config/nightwatch-local.conf.js @@ -17,7 +17,7 @@ const browserStack = { userName: process.env.BROWSERSTACK_USERNAME, accessKey: process.env.BROWSERSTACK_ACCESS_KEY, appiumVersion: '1.22.0', - + } }, } @@ -26,7 +26,7 @@ const nightwatchConfigs = { src_folders: [], live_output: true, plugins: ['@nightwatch/browserstack'], - + // browserstack plugin settings... '@nightwatch/browserstack': { browserstackLocal: true, // set true to manage browserstack local tunnel. Defaults to false. @@ -37,7 +37,7 @@ const nightwatchConfigs = { projectName: "browserstack-appium-nightwatch-example-project", buildName: "browserstack-appium-nightwatch-example-build", } - + }, test_settings: { @@ -48,7 +48,7 @@ const nightwatchConfigs = { browserstack: { ...browserStack }, - + "browserstack.local_01": { extends: 'browserstack', 'desiredCapabilities': { @@ -57,8 +57,8 @@ const nightwatchConfigs = { automationName: 'UiAutomator2', // custom id for the uploaded app: https://www.browserstack.com/docs/app-automate/appium/upload-app-define-custom-id app: 'bs_sample_android_local_app', - platformVersion: '9.0', - deviceName: 'Google Pixel 3' + platformVersion: '14.0', + deviceName: 'Google Pixel 8 Pro' }, appUploadPath: 'apps/android_local_app.apk' } @@ -71,8 +71,8 @@ const nightwatchConfigs = { automationName: 'UiAutomator2', // custom id for the uploaded app: https://www.browserstack.com/docs/app-automate/appium/upload-app-define-custom-id app: 'bs_sample_android_local_app', - platformVersion: '9.0', - deviceName: 'Samsung Galaxy S10' + platformVersion: '12.0', + deviceName: 'Samsung Galaxy S22 Ultra' } } }, diff --git a/resources/config/nightwatch-suite.conf.js b/resources/config/nightwatch-suite.conf.js index e42ddbc..1c6049a 100644 --- a/resources/config/nightwatch-suite.conf.js +++ b/resources/config/nightwatch-suite.conf.js @@ -29,7 +29,7 @@ const nightwatchConfigs = { "./tests/specs/cart/*.spec.js",], live_output: true, plugins: ['@nightwatch/browserstack'], - + // browserstack plugin settings... '@nightwatch/browserstack': { browserstackLocal: false, // set true to manage browserstack local tunnel. Defaults to false. @@ -40,7 +40,7 @@ const nightwatchConfigs = { projectName: "browserstack-appium-nightwatch-example-project", buildName: "browserstack-appium-nightwatch-example-build", } - + }, test_settings: { @@ -51,8 +51,8 @@ const nightwatchConfigs = { browserstack: { ...browserStack }, - - + + "browserstack.android_01": { extends: 'browserstack', @@ -62,8 +62,8 @@ const nightwatchConfigs = { automationName: 'UiAutomator2', // custom id for the uploaded app: https://www.browserstack.com/docs/app-automate/appium/upload-app-define-custom-id app: 'bs_sample_android_app', - platformVersion: '11.0', - deviceName: 'Google Pixel 5' + platformVersion: '14.0', + deviceName: 'Google Pixel 8 Pro' } } }, @@ -75,8 +75,8 @@ const nightwatchConfigs = { automationName: 'UiAutomator2', // custom id for the uploaded app: https://www.browserstack.com/docs/app-automate/appium/upload-app-define-custom-id app: 'bs_sample_android_app', - platformVersion: '11.0', - deviceName: 'Google Pixel 4' + platformVersion: '13.0', + deviceName: 'One Plus 11R' } } }, diff --git a/resources/config/nightwatch.conf.js b/resources/config/nightwatch.conf.js index 3e8b066..29953f1 100644 --- a/resources/config/nightwatch.conf.js +++ b/resources/config/nightwatch.conf.js @@ -25,7 +25,7 @@ const nightwatchConfigs = { src_folders: [], live_output: true, plugins: ['@nightwatch/browserstack'], - + // browserstack plugin settings... '@nightwatch/browserstack': { browserstackLocal: false, // set true to manage browserstack local tunnel. Defaults to false. @@ -36,10 +36,10 @@ const nightwatchConfigs = { projectName: "browserstack-appium-nightwatch-example-project", buildName: "browserstack-appium-nightwatch-example-build", } - + }, - - + + test_settings: { default: { @@ -58,8 +58,8 @@ const nightwatchConfigs = { automationName: 'UiAutomator2', // custom id for the uploaded app: https://www.browserstack.com/docs/app-automate/appium/upload-app-define-custom-id app: 'bs_sample_android_app', - platformVersion: '11.0', - deviceName: 'Google Pixel 5' + platformVersion: '14.0', + deviceName: 'Google Pixel 8 Pro' }, appUploadPath: 'apps/android_app.apk' } @@ -74,7 +74,7 @@ const nightwatchConfigs = { // custom id for the uploaded app: https://www.browserstack.com/docs/app-automate/appium/upload-app-define-custom-id app: 'bs_sample_ios_app', platformVersion: '16', - deviceName: 'iPhone 14' + deviceName: 'iPhone 14 Pro Max' }, appUploadPath: 'apps/ios_app.ipa' }