Skip to content

Commit d065fba

Browse files
Updated build names as per QIG
1 parent eb96f86 commit d065fba

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

android/browserstack_sample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
# Set other BrowserStack capabilities
2020
"project" : "First Python project",
21-
"build" : "Python Android",
21+
"build" : "browserstack-build-1",
2222
"name" : "first_test"
2323
}
2424

android/browserstack_sample_local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
# Set other BrowserStack capabilities
2727
"project" : "First Python Local project",
28-
"build" : "Python Android Local",
28+
"build" : "browserstack-build-1",
2929
"name" : "local_test"
3030
}
3131

ios/browserstack_sample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
# Set other BrowserStack capabilities
2020
"project" : "First Python project",
21-
"build" : "Python iOS",
21+
"build" : "browserstack-build-1",
2222
"name" : "first_test"
2323
}
2424

ios/browserstack_sample_local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
# Set other BrowserStack capabilities
2727
"project" : "First Python Local project",
28-
"build" : "Python iOS Local",
28+
"build" : "browserstack-build-1",
2929
"name" : "local_test"
3030
}
3131

0 commit comments

Comments
 (0)