Skip to content

Commit 467461d

Browse files
authored
Merge pull request #2 from aditya711-code/main
Update devices
2 parents 8bb5ae8 + 5cc942c commit 467461d

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

resources/config/nightwatch-local.conf.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const browserStack = {
1717
userName: process.env.BROWSERSTACK_USERNAME,
1818
accessKey: process.env.BROWSERSTACK_ACCESS_KEY,
1919
appiumVersion: '1.22.0',
20-
20+
2121
}
2222
},
2323
}
@@ -26,7 +26,7 @@ const nightwatchConfigs = {
2626
src_folders: [],
2727
live_output: true,
2828
plugins: ['@nightwatch/browserstack'],
29-
29+
3030
// browserstack plugin settings...
3131
'@nightwatch/browserstack': {
3232
browserstackLocal: true, // set true to manage browserstack local tunnel. Defaults to false.
@@ -37,7 +37,7 @@ const nightwatchConfigs = {
3737
projectName: "browserstack-appium-nightwatch-example-project",
3838
buildName: "browserstack-appium-nightwatch-example-build",
3939
}
40-
40+
4141
},
4242

4343
test_settings: {
@@ -48,7 +48,7 @@ const nightwatchConfigs = {
4848
browserstack: {
4949
...browserStack
5050
},
51-
51+
5252
"browserstack.local_01": {
5353
extends: 'browserstack',
5454
'desiredCapabilities': {
@@ -57,8 +57,8 @@ const nightwatchConfigs = {
5757
automationName: 'UiAutomator2',
5858
// custom id for the uploaded app: https://www.browserstack.com/docs/app-automate/appium/upload-app-define-custom-id
5959
app: 'bs_sample_android_local_app',
60-
platformVersion: '9.0',
61-
deviceName: 'Google Pixel 3'
60+
platformVersion: '14.0',
61+
deviceName: 'Google Pixel 8 Pro'
6262
},
6363
appUploadPath: 'apps/android_local_app.apk'
6464
}
@@ -71,8 +71,8 @@ const nightwatchConfigs = {
7171
automationName: 'UiAutomator2',
7272
// custom id for the uploaded app: https://www.browserstack.com/docs/app-automate/appium/upload-app-define-custom-id
7373
app: 'bs_sample_android_local_app',
74-
platformVersion: '9.0',
75-
deviceName: 'Samsung Galaxy S10'
74+
platformVersion: '12.0',
75+
deviceName: 'Samsung Galaxy S22 Ultra'
7676
}
7777
}
7878
},

resources/config/nightwatch-suite.conf.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const nightwatchConfigs = {
2929
"./tests/specs/cart/*.spec.js",],
3030
live_output: true,
3131
plugins: ['@nightwatch/browserstack'],
32-
32+
3333
// browserstack plugin settings...
3434
'@nightwatch/browserstack': {
3535
browserstackLocal: false, // set true to manage browserstack local tunnel. Defaults to false.
@@ -40,7 +40,7 @@ const nightwatchConfigs = {
4040
projectName: "browserstack-appium-nightwatch-example-project",
4141
buildName: "browserstack-appium-nightwatch-example-build",
4242
}
43-
43+
4444
},
4545

4646
test_settings: {
@@ -51,8 +51,8 @@ const nightwatchConfigs = {
5151
browserstack: {
5252
...browserStack
5353
},
54-
55-
54+
55+
5656

5757
"browserstack.android_01": {
5858
extends: 'browserstack',
@@ -62,8 +62,8 @@ const nightwatchConfigs = {
6262
automationName: 'UiAutomator2',
6363
// custom id for the uploaded app: https://www.browserstack.com/docs/app-automate/appium/upload-app-define-custom-id
6464
app: 'bs_sample_android_app',
65-
platformVersion: '11.0',
66-
deviceName: 'Google Pixel 5'
65+
platformVersion: '14.0',
66+
deviceName: 'Google Pixel 8 Pro'
6767
}
6868
}
6969
},
@@ -75,8 +75,8 @@ const nightwatchConfigs = {
7575
automationName: 'UiAutomator2',
7676
// custom id for the uploaded app: https://www.browserstack.com/docs/app-automate/appium/upload-app-define-custom-id
7777
app: 'bs_sample_android_app',
78-
platformVersion: '11.0',
79-
deviceName: 'Google Pixel 4'
78+
platformVersion: '13.0',
79+
deviceName: 'One Plus 11R'
8080
}
8181
}
8282
},

resources/config/nightwatch.conf.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const nightwatchConfigs = {
2525
src_folders: [],
2626
live_output: true,
2727
plugins: ['@nightwatch/browserstack'],
28-
28+
2929
// browserstack plugin settings...
3030
'@nightwatch/browserstack': {
3131
browserstackLocal: false, // set true to manage browserstack local tunnel. Defaults to false.
@@ -36,10 +36,10 @@ const nightwatchConfigs = {
3636
projectName: "browserstack-appium-nightwatch-example-project",
3737
buildName: "browserstack-appium-nightwatch-example-build",
3838
}
39-
39+
4040
},
41-
42-
41+
42+
4343

4444
test_settings: {
4545
default: {
@@ -58,8 +58,8 @@ const nightwatchConfigs = {
5858
automationName: 'UiAutomator2',
5959
// custom id for the uploaded app: https://www.browserstack.com/docs/app-automate/appium/upload-app-define-custom-id
6060
app: 'bs_sample_android_app',
61-
platformVersion: '11.0',
62-
deviceName: 'Google Pixel 5'
61+
platformVersion: '14.0',
62+
deviceName: 'Google Pixel 8 Pro'
6363
},
6464
appUploadPath: 'apps/android_app.apk'
6565
}
@@ -74,7 +74,7 @@ const nightwatchConfigs = {
7474
// custom id for the uploaded app: https://www.browserstack.com/docs/app-automate/appium/upload-app-define-custom-id
7575
app: 'bs_sample_ios_app',
7676
platformVersion: '16',
77-
deviceName: 'iPhone 14'
77+
deviceName: 'iPhone 14 Pro Max'
7878
},
7979
appUploadPath: 'apps/ios_app.ipa'
8080
}

0 commit comments

Comments
 (0)