Skip to content

Commit c93d3ae

Browse files
committed
change to run_local_test
1 parent 6683c3f commit c93d3ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,13 @@ Getting Started with Appium tests in Junit4 and Junit5 on BrowserStack couldn't
145145
to the BrowserStack servers using the same app upload API.
146146
147147
- Junit4
148-
- Switch to `run-local-test` directory under [Android examples](android/junit4-examples/) or [iOS examples](ios/junit4-examples/)
148+
- Switch to `run_local_test` directory under [Android examples](android/junit4-examples/) or [iOS examples](ios/junit4-examples/)
149149
- Then run
150150
```sh
151151
mvn test -P local
152152
```
153153
- Junit5
154-
- Switch to `run-local-test` directory under [Android examples](android/junit5-examples/) or [iOS examples](ios/junit5-examples/)
154+
- Switch to `run_local_test` directory under [Android examples](android/junit5-examples/) or [iOS examples](ios/junit5-examples/)
155155
- Then run
156156
```sh
157157
mvn test -P local

0 commit comments

Comments
 (0)