File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,11 @@ Official Nightwatch helper-tool to easily setup all the requirements needed to g
99
1010### Android
1111
12- 1 . From your [ Nightwatch] ( https://nightwatch.org ) project's root dir, run:
12+ 1 . In your [ Nightwatch] ( https://nightwatch.org ) project, install ` @nightwatch/mobile-helper ` as a dev-dependency:
13+ ``` sh
14+ npm i @nightwatch/mobile-helper --save-dev
15+ ```
16+ 2 . From your project's root dir, run:
1317
1418 ``` sh
1519 npx @nightwatch/mobile-helper android
@@ -100,7 +104,11 @@ Official Nightwatch helper-tool to easily setup all the requirements needed to g
100104
101105### iOS
102106
103- 1 . From your [ Nightwatch] ( https://nightwatch.org ) project's root dir, run:
107+ 1 . In your [ Nightwatch] ( https://nightwatch.org ) project, install ` @nightwatch/mobile-helper ` as a dev-dependency:
108+ ``` sh
109+ npm i @nightwatch/mobile-helper --save-dev
110+ ```
111+ 2 . From your project's root dir, run:
104112
105113 ``` sh
106114 npx @nightwatch/mobile-helper ios
You can’t perform that action at this time.
0 commit comments