Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion android/examples/run-first-test/first.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports.config = {

capabilities: [{
project: "First Webdriverio Android Project",
build: 'Webdriverio Android',
build: 'browserstack-build-1',
name: 'first_test',
device: 'Google Pixel 3',
os_version: "9.0",
Expand Down
2 changes: 1 addition & 1 deletion android/examples/run-local-test/local.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exports.config = {

capabilities: [{
project: "First Webdriverio Android Project",
build: 'Webdriverio Android Local',
build: 'browserstack-build-1',
name: 'local_test',
device: 'Google Pixel 3',
os_version: "9.0",
Expand Down
2 changes: 1 addition & 1 deletion android/examples/run-multiple-test/multiple.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports.config = {

capabilities: [{
project: "First Webdriverio Android Project",
build: 'Webdriverio Android Multiple',
build: 'browserstack-build-1',
name: 'multiple_test',
device: 'Google Pixel 3',
os_version: "9.0",
Expand Down
2 changes: 1 addition & 1 deletion android/examples/run-parallel-test/parallel.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exports.config = {
maxInstances: 10,
commonCapabilities: {
project: "First Webdriverio Android Project",
build: 'Webdriverio Android Parallel',
build: 'browserstack-build-1',
name: 'parallel_test',
app: process.env.BROWSERSTACK_APP_ID || 'bs://<hashed app-id>',
'browserstack.debug': true
Expand Down
2 changes: 1 addition & 1 deletion ios/examples/run-first-test/first.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports.config = {

capabilities: [{
project: "First Webdriverio iOS Project",
build: 'Webdriverio iOS',
build: 'browserstack-build-1',
name: 'single_test',
device: 'iPhone 11 Pro',
os_version: "13",
Expand Down
2 changes: 1 addition & 1 deletion ios/examples/run-local-test/local.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exports.config = {

capabilities: [{
project: "First Webdriverio iOS Project",
build: 'Webdriverio iOS Local',
build: 'browserstack-build-1',
name: 'local_test',
device: 'iPhone 11 Pro',
os_version: "13",
Expand Down
2 changes: 1 addition & 1 deletion ios/examples/run-multiple-test/multiple.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports.config = {

capabilities: [{
project: "First Webdriverio iOS Project",
build: 'Webdriverio iOS Multiple',
build: 'browserstack-build-1',
name: 'multiple_test',
device: 'iPhone 11 Pro',
os_version: "13",
Expand Down
2 changes: 1 addition & 1 deletion ios/examples/run-parallel-test/parallel.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exports.config = {
maxInstances: 10,
commonCapabilities: {
project: "First Webdriverio iOS Project",
build: 'Webdriverio iOS Parallel',
build: 'browserstack-build-1',
name: 'parallel_test',
app: process.env.BROWSERSTACK_APP_ID || 'bs://<hashed app-id>',
'browserstack.debug': true
Expand Down