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