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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -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](junit4-examples/android) or [iOS Junit4 examples](junit4-examples/ios) 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](junit5-examples/android) or [iOS Junit5 examples](junit5-examples/ios) 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](junit4-examples/android) or [iOS Junit4 examples](junit4-examples/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](junit4-examples/android) or [iOS Junit4 examples](junit4-examples/ios).
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](junit5-examples/android) or [iOS Junit5 examples](junit5-examples/ios).
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