Skip to content

Commit 5a182e4

Browse files
Use standard build and test names
1 parent 00a1ae8 commit 5a182e4

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

android/examples/run-first-test/first.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ exports.config = {
1515
"appium:app": process.env.BROWSERSTACK_APP_ID || 'bs://<hashed app-id>',
1616
'bstack:options' : {
1717
"projectName" : "First Webdriverio Android Project",
18-
"buildName" : "Webdriverio Android",
19-
"sessionName" : "first_test",
18+
"buildName" : "browserstack-build-1",
19+
"sessionName" : "BStack first_test",
2020
"debug" : "true"
2121
}
2222
}],

android/examples/run-local-test/local.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ exports.config = {
2222
"appium:app": process.env.BROWSERSTACK_APP_ID || 'bs://<hashed app-id>',
2323
'bstack:options' : {
2424
"projectName" : "First Webdriverio Android Project",
25-
"buildName" : "Webdriverio Android Local",
26-
"sessionName" : "local_test",
25+
"buildName" : "browserstack-build-1",
26+
"sessionName" : "BStack local_test",
2727
"debug" : "true"
2828
}
2929
}],

android/examples/run-multiple-test/multiple.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ exports.config = {
1515
"appium:app": process.env.BROWSERSTACK_APP_ID || 'bs://<hashed app-id>',
1616
'bstack:options' : {
1717
"projectName" : "First Webdriverio Android Project",
18-
"buildName" : "Webdriverio Android Multiple",
19-
"sessionName" : "multiple_test",
18+
"buildName" : "browserstack-build-1",
19+
"sessionName" : "BStack multiple_test",
2020
"debug" : "true"
2121
}
2222
}],

android/examples/run-parallel-test/parallel.conf.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exports.config = {
1414
"appium:app": process.env.BROWSERSTACK_APP_ID || 'bs://<hashed app-id>',
1515
'bstack:options' : {
1616
"projectName" : "First Webdriverio Android Project",
17-
"buildName" : "Webdriverio Android Parallel",
17+
"buildName" : "browserstack-build-1",
1818
"debug" : "true"
1919
}
2020
},
@@ -23,13 +23,13 @@ exports.config = {
2323
"appium:deviceName": 'Google Pixel 3',
2424
"appium:platformVersion": "9.0",
2525
'bstack:options' : {
26-
"sessionName" : "parallel_test1"
26+
"sessionName" : "BStack parallel_test1"
2727
}
2828
}, {
2929
"appium:deviceName": 'Samsung Galaxy S10e',
3030
"appium:platformVersion": "9.0",
3131
'bstack:options' : {
32-
"sessionName" : "parallel_test2"
32+
"sessionName" : "BStack parallel_test2"
3333
}
3434
}],
3535

ios/examples/run-first-test/first.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ exports.config = {
1515
"appium:app": process.env.BROWSERSTACK_APP_ID || 'bs://<hashed app-id>',
1616
'bstack:options' : {
1717
"projectName" : "First Webdriverio iOS Project",
18-
"buildName" : "Webdriverio iOS",
19-
"sessionName" : "single_test",
18+
"buildName" : "browserstack-build-1",
19+
"sessionName" : "BStack single_test",
2020
"debug" : "true"
2121
}
2222
}],

ios/examples/run-local-test/local.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ exports.config = {
2222
"appium:app": process.env.BROWSERSTACK_APP_ID || 'bs://<hashed app-id>',
2323
'bstack:options' : {
2424
"projectName" : "First Webdriverio iOS Project",
25-
"buildName" : "Webdriverio iOS Local",
26-
"sessionName" : "local_test",
25+
"buildName" : "browserstack-build-1",
26+
"sessionName" : "BStack local_test",
2727
"debug" : "true"
2828
}
2929
}],

ios/examples/run-multiple-test/multiple.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ exports.config = {
1515
"appium:app": process.env.BROWSERSTACK_APP_ID || 'bs://<hashed app-id>',
1616
'bstack:options' : {
1717
"projectName" : "First Webdriverio iOS Project",
18-
"buildName" : "Webdriverio iOS Multiple",
19-
"sessionName" : "multiple_test",
18+
"buildName" : "browserstack-build-1",
19+
"sessionName" : "BStack multiple_test",
2020
"debug" : "true"
2121
}
2222
}],

ios/examples/run-parallel-test/parallel.conf.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exports.config = {
1414
"appium:app": process.env.BROWSERSTACK_APP_ID || 'bs://<hashed app-id>',
1515
'bstack:options' : {
1616
"projectName" : "First Webdriverio iOS Project",
17-
"buildName" : "Webdriverio iOS Parallel",
17+
"buildName" : "browserstack-build-1",
1818
"debug" : "true"
1919
}
2020
},
@@ -23,13 +23,13 @@ exports.config = {
2323
"appium:deviceName": 'iPhone 11 Pro',
2424
"appium:platformVersion": "13",
2525
'bstack:options' : {
26-
"sessionName" : "parallel_test1"
26+
"sessionName" : "BStack parallel_test1"
2727
}
2828
}, {
2929
"appium:deviceName": 'iPhone 11 Pro Max',
3030
"appium:platformVersion": "13",
3131
'bstack:options' : {
32-
"sessionName" : "parallel_test2"
32+
"sessionName" : "BStack parallel_test2"
3333
}
3434
}],
3535

0 commit comments

Comments
 (0)