Skip to content

Commit 6d3cadc

Browse files
committed
Few updates in README for android setup.
1 parent 8af792d commit 6d3cadc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
```
1212
2. Answer a few questions related to your requirements:
1313
3. It will verify if all the requirements are being met.
14-
4. If all requirements are not being met, it will ask whether to download and setup those requirements:
14+
4. If some requirements are not being met, it will ask whether to download and setup those requirements:
1515
5. Voila :tada: Your setup is now complete. (If something fails, follow the instructions and re-run the command.)
1616
6. Add the following env configuration to your `nightwatch.conf.js` or `nightwatch.json` file:
1717
```js
@@ -70,8 +70,10 @@
7070
},
7171
}
7272
```
73-
7. If testing on real-device, make sure latest version of Chrome/Firefox browsers are installed. Otherwise install them from Google Play Store.
74-
8. If testing on emulator, make sure `chromedriver-mobile/chromedriver` is present in your Nightwatch project's root dir. Otherwise, re-run the command in first step.
73+
7. If testing on real-device:
74+
1. Make sure latest version of Chrome/Firefox browsers are installed. If not, install them from Google Play Store.
75+
2. [Turn on USB Debugging](https://developer.android.com/studio/debug/dev-options#enable) on your Android Device and connect it to your system via data cable.
76+
8. If testing on emulator, make sure `chromedriver-mobile/chromedriver` is present in your Nightwatch project's root dir. If not present, re-run the command in first step.
7577
9. Run your nightwatch tests on Android mobile browsers:
7678
```sh
7779
# for firefox

0 commit comments

Comments
 (0)