Skip to content

Commit

Permalink
mobile-app-testing.md updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 committed Sep 12, 2024
1 parent e32b376 commit 51322fd
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/mobile-app-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

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, go to your project root directory, run the Nightwatch init command and answer the questions that follow.
If you're setting up Nightwatch.js for the first time in your project, the setup is pretty straightforward.

```sh
cd path/to/project/root
npm init nightwatch@latest .
```
To setup Nightwatch.js in your new/existing project with support for mobile app testing out-of-the-box:

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

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

For existing Nightwatch.js project, the setup for mobile app testing can be done by following the steps below:

Expand Down

0 comments on commit 51322fd

Please sign in to comment.