Skip to content

Commit f761e12

Browse files
authored
Merge pull request #2 from nurdtechie98/AA_3419_update_code_samples
directory restructure
2 parents 8c88816 + 1fa3112 commit f761e12

File tree

25 files changed

+17
-21
lines changed

25 files changed

+17
-21
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Getting Started with Appium tests using WebdriverIO on BrowserStack couldn't be
4949
**Note**: If you are facing any issues, refer [Getting Help section](#Getting-Help)
5050

5151

52-
## Integration with other Java frameworks
52+
## Integration with other Javascript frameworks
5353

5454
For other test frameworks supported by App-Automate refer our [Developer documentation](https://www.browserstack.com/docs/)
5555

android/run-first-test/first.conf.js renamed to android/examples/run-first-test/first.conf.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exports.config = {
44

55
updateJob: false,
66
specs: [
7-
'./run-first-test/specs/first_test.js'
7+
'./examples/run-first-test/specs/first_test.js'
88
],
99
exclude: [],
1010

@@ -14,7 +14,6 @@ exports.config = {
1414
name: 'single_appium_test',
1515
device: 'Google Pixel 3',
1616
os_version: "9.0",
17-
browserName: 'android',
1817
app: process.env.BROWSERSTACK_APP_ID || 'bs://<hashed app-id>',
1918
'browserstack.debug': true
2019
}],

android/run-local-test/local.conf.js renamed to android/examples/run-local-test/local.conf.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ exports.config = {
66

77
updateJob: false,
88
specs: [
9-
'./run-local-test/specs/local_test.js'
9+
'./examples/run-local-test/specs/local_test.js'
1010
],
1111
exclude: [],
1212

@@ -16,7 +16,6 @@ exports.config = {
1616
name: 'local_appium_test',
1717
device: 'Google Pixel 3',
1818
os_version: "9.0",
19-
browserName: 'android',
2019
app: process.env.BROWSERSTACK_APP_ID || 'bs://<hashed app-id>',
2120
'browserstack.local': true,
2221
'browserstack.debug': true

android/run-multiple-test/multiple.conf.js renamed to android/examples/run-multiple-test/multiple.conf.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exports.config = {
44

55
updateJob: false,
66
specs: [
7-
'./run-multiple-test/specs/multiple_test.js'
7+
'./examples/run-multiple-test/specs/multiple_test.js'
88
],
99
exclude: [],
1010

@@ -14,7 +14,6 @@ exports.config = {
1414
name: 'multiple_appium_test',
1515
device: 'Google Pixel 3',
1616
os_version: "9.0",
17-
browserName: 'android',
1817
app: process.env.BROWSERSTACK_APP_ID || 'bs://<hashed app-id>',
1918
'browserstack.debug': true
2019
}],

0 commit comments

Comments
 (0)