File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments