Skip to content

Commit

Permalink
More updates to mobile-app usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 committed Sep 12, 2024
1 parent 580127b commit 2ec901f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/mobile-app-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@

Nightwatch.js now supports testing of native mobile applications via Appium, on both Android and iOS devices. For more details, follow this [guide](https://nightwatchjs.org/guide/mobile-app-testing/introduction.html).

If you're setting up Nightwatch.js for the first time in your project, the setup is pretty straightforward. To setup Nightwatch.js in your new/existing project with support for mobile app testing out-of-the-box:
If you're setting up Nightwatch.js for the first time in your project, the process is pretty straightforward. To setup Nightwatch.js in your new/existing project with support for mobile app testing out-of-the-box, run:

* Go to your project root directory: `cd path/to/project/root`
* Run the Nightwatch init command: `npm init nightwatch@latest`
```sh
# go to your project root directory
cd path/to/project/root

# run the init command
npm init nightwatch@latest .
```

and answer the questions that follow. That's it!

Expand Down

0 comments on commit 2ec901f

Please sign in to comment.