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-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
```
12
12
2. Answer a few questions related to your requirements:
13
13
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:
15
15
5. Voila :tada: Your setup is now complete. (If something fails, follow the instructions and re-run the command.)
16
16
6. Add the following env configuration to your `nightwatch.conf.js` or `nightwatch.json` file:
17
17
```js
@@ -70,8 +70,10 @@
70
70
},
71
71
}
72
72
```
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.
75
77
9. Run your nightwatch tests on Android mobile browsers:
0 commit comments