You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -27,37 +27,37 @@ These code samples are currently based on:
27
27
28
28
### Install the dependencies
29
29
30
-
To install the dependencies for Android tests, run :
30
+
To install the dependencies for JUnit4 tests, run :
31
31
32
-
- For Junit4
32
+
- For Android
33
33
34
34
```sh
35
-
cdandroid/junit4-examples
35
+
cdjunit-4/android
36
36
mvn clean
37
37
```
38
38
39
-
- For Junit5
39
+
- For iOS
40
40
41
41
```sh
42
-
cdandroid/junit5-examples
42
+
cdjunit-4/ios
43
43
mvn clean
44
44
```
45
45
46
46
Or,
47
47
48
-
To install the dependencies foriOS tests, run :
48
+
To install the dependencies forJUnit5 tests, run :
49
49
50
-
- For Junit4
50
+
- For Android
51
51
52
52
```sh
53
-
cdios/junit4-examples
53
+
cdjunit-5/android
54
54
mvn clean
55
55
```
56
56
57
-
- For Junit5
57
+
- For iOS
58
58
59
59
```sh
60
-
cdios/junit5-examples
60
+
cdjunit-5/ios
61
61
mvn clean
62
62
```
63
63
@@ -68,26 +68,26 @@ Getting Started with Appium tests in Junit4 and Junit5 on BrowserStack couldn't
68
68
### **Run first test :**
69
69
70
70
- Junit4
71
-
- Update `browserstack.yml` file at root level of [Android Junit4 examples](android/junit4-examples) or [iOS Junit4 examples](ios/junit4-examples) with your [BrowserStack Username and Access Key](https://www.browserstack.com/accounts/settings)
71
+
- Update `browserstack.yml` file at root level of [Android Junit4 examples](junit-4/android) or [iOS Junit4 examples](junit-4/ios) with your [BrowserStack Username and Access Key](https://www.browserstack.com/accounts/settings)
72
72
- Run `mvn test -P sample-test`
73
73
74
74
- Junit5
75
-
- Update `browserstack.yml` file at root level of [Android Junit5 examples](android/junit5-examples) or [iOS Junit5 examples](ios/junit5-examples) with your [BrowserStack Username and Access Key](https://www.browserstack.com/accounts/settings)
75
+
- Update `browserstack.yml` file at root level of [Android Junit5 examples](junit-5/android) or [iOS Junit5 examples](junit-5/ios) with your [BrowserStack Username and Access Key](https://www.browserstack.com/accounts/settings)
76
76
- Run `mvn test -P sample-test`
77
77
78
78
### **Use Local testing for apps that access resources hosted in development or testing environments :**
79
79
80
80
- Junit4
81
-
- Update `browserstack.yml` file at root level of [Android Junit4 examples](android/junit4-examples) or [iOS Junit4 examples](ios/junit4-examples) with your [BrowserStack Username and Access Key](https://www.browserstack.com/accounts/settings)
82
-
- Simply configure the browserstackLocal parameter in the browserstack.yml file accordingly in [Android Junit4 examples](android/junit4-examples) or [iOS Junit4 examples](ios/junit4-examples).
81
+
- Update `browserstack.yml` file at root level of [Android Junit4 examples](junit-4/android) or [iOS Junit4 examples](junit-4/ios) with your [BrowserStack Username and Access Key](https://www.browserstack.com/accounts/settings)
82
+
- Simply configure the browserstackLocal parameter in the browserstack.yml file accordingly in [Android Junit4 examples](junit-4/android) or [iOS Junit4 examples](junit-4/ios).
83
83
```
84
84
browserstackLocal: true
85
85
```
86
86
- Run `mvn test -P sample-local-test`
87
87
88
88
- Junit5
89
89
- Update `browserstack.yml` file at root level of Android Junit5 examples or iOS Junit5 examples with your [BrowserStack Username and Access Key](https://www.browserstack.com/accounts/settings)
90
-
- Simply configure the browserstackLocal parameter in the browserstack.yml file accordingly in [Android Junit5 examples](android/junit5-examples) or [iOS Junit5 examples](ios/junit5-examples).
90
+
- Simply configure the browserstackLocal parameter in the browserstack.yml file accordingly in [Android Junit5 examples](junit-5/android) or [iOS Junit5 examples](junit-5/ios).
0 commit comments