File tree Expand file tree Collapse file tree 8 files changed +18
-18
lines changed
Expand file tree Collapse file tree 8 files changed +18
-18
lines changed Original file line number Diff line number Diff 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 } ] ,
Original file line number Diff line number Diff 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 } ] ,
Original file line number Diff line number Diff 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 } ] ,
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 } ] ,
Original file line number Diff line number Diff 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 } ] ,
Original file line number Diff line number Diff 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 } ] ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments