Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
beatfactor authored Oct 24, 2023
1 parent bbd1d6f commit 50a6e5a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,18 @@ or, if you want to initialize a new project:
npm init nightwatch@latest ./path/to/new/project
```

For testing on mobile browsers only:

```sh
npm init nightwatch@latest -- --mobile
```

Generate a new config file in your existing Nightwatch project:

```sh
npm init nightwatch@latest -- --generate-config
```

#### 2. Answer a few questions about your preferred setup:

- What is your Language - Test Runner setup?
Expand Down

0 comments on commit 50a6e5a

Please sign in to comment.