Skip to content

Commit c5b4a7f

Browse files
committed
change directory name junit-4 and junit-5
1 parent 4587d44 commit c5b4a7f

29 files changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,26 +68,26 @@ Getting Started with Appium tests in Junit4 and Junit5 on BrowserStack couldn't
6868
### **Run first test :**
6969
7070
- 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)
7272
- Run `mvn test -P sample-test`
7373
7474
- 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)
7676
- Run `mvn test -P sample-test`
7777
7878
### **Use Local testing for apps that access resources hosted in development or testing environments :**
7979
8080
- 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).
8383
```
8484
browserstackLocal: true
8585
```
8686
- Run `mvn test -P sample-local-test`
8787
8888
- Junit5
8989
- 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).
9191
```
9292
browserstackLocal: true
9393
```
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)