File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ exports.config = {
1010
1111 capabilities : [ {
1212 project : "First Webdriverio Android Project" ,
13- build : 'Webdriverio Android First ' ,
14- name : 'single_appium_test ' ,
13+ build : 'Webdriverio Android' ,
14+ name : 'first_test ' ,
1515 device : 'Google Pixel 3' ,
1616 os_version : "9.0" ,
1717 app : process . env . BROWSERSTACK_APP_ID || 'bs://<hashed app-id>' ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ exports.config = {
1313 capabilities : [ {
1414 project : "First Webdriverio Android Project" ,
1515 build : 'Webdriverio Android Local' ,
16- name : 'local_appium_test ' ,
16+ name : 'local_test ' ,
1717 device : 'Google Pixel 3' ,
1818 os_version : "9.0" ,
1919 app : process . env . BROWSERSTACK_APP_ID || 'bs://<hashed app-id>' ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ exports.config = {
1111 capabilities : [ {
1212 project : "First Webdriverio Android Project" ,
1313 build : 'Webdriverio Android Multiple' ,
14- name : 'multiple_appium_test ' ,
14+ name : 'multiple_test ' ,
1515 device : 'Google Pixel 3' ,
1616 os_version : "9.0" ,
1717 app : process . env . BROWSERSTACK_APP_ID || 'bs://<hashed app-id>' ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ exports.config = {
1212 commonCapabilities : {
1313 project : "First Webdriverio Android Project" ,
1414 build : 'Webdriverio Android Parallel' ,
15- name : 'parallel_appium_test ' ,
15+ name : 'parallel_test ' ,
1616 app : process . env . BROWSERSTACK_APP_ID || 'bs://<hashed app-id>' ,
1717 'browserstack.debug' : true
1818 } ,
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ exports.config = {
1010
1111 capabilities : [ {
1212 project : "First Webdriverio iOS Project" ,
13- build : 'Webdriverio iOS First ' ,
14- name : 'single_appium_test ' ,
13+ build : 'Webdriverio iOS' ,
14+ name : 'single_test ' ,
1515 device : 'iPhone 11 Pro' ,
1616 os_version : "13" ,
1717 app : process . env . BROWSERSTACK_APP_ID || 'bs://<hashed app-id>' ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ exports.config = {
1313 capabilities : [ {
1414 project : "First Webdriverio iOS Project" ,
1515 build : 'Webdriverio iOS Local' ,
16- name : 'local_appium_test ' ,
16+ name : 'local_test ' ,
1717 device : 'iPhone 11 Pro' ,
1818 os_version : "13" ,
1919 app : process . env . BROWSERSTACK_APP_ID || 'bs://<hashed app-id>' ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ exports.config = {
1111 capabilities : [ {
1212 project : "First Webdriverio iOS Project" ,
1313 build : 'Webdriverio iOS Multiple' ,
14- name : 'multiple_appium_test ' ,
14+ name : 'multiple_test ' ,
1515 device : 'iPhone 11 Pro' ,
1616 os_version : "13" ,
1717 app : process . env . BROWSERSTACK_APP_ID || 'bs://<hashed app-id>' ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ exports.config = {
1212 commonCapabilities : {
1313 project : "First Webdriverio iOS Project" ,
1414 build : 'Webdriverio iOS Parallel' ,
15- name : 'parallel_appium_test ' ,
15+ name : 'parallel_test ' ,
1616 app : process . env . BROWSERSTACK_APP_ID || 'bs://<hashed app-id>' ,
1717 'browserstack.debug' : true
1818 } ,
You can’t perform that action at this time.
0 commit comments