docs: replacing nightwatch CLI options URL with proper documentation (#4364)

This commit is contained in:
Domenico Gemoli
2019-07-28 14:44:06 +02:00
committed by Haoqun Jiang
parent d6507e6f84
commit fd4573aadf
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@
> Note: this plugin currently uses Nightwatch v0.9.x. We are waiting for Nightwatch 1.0 to stabilize before upgrading.
Additionally, [all Nightwatch CLI options are also supported](https://github.com/nightwatchjs/nightwatch/blob/master/lib/runner/cli/cli.js).
Additionally, [all Nightwatch CLI options are also supported](https://nightwatchjs.org/guide#command-line-options).
## Configuration

View File

@@ -20,7 +20,7 @@
> Note: this plugin currently uses Nightwatch v0.9.x. We are waiting for Nightwatch 1.0 to stabilize before upgrading.
Additionally, [all Nightwatch CLI options are also supported](https://github.com/nightwatchjs/nightwatch/blob/master/lib/runner/cli/cli.js).
Additionally, [all Nightwatch CLI options are also supported](https://nightwatchjs.org/guide#command-line-options).
## Configuration

View File

@@ -11,7 +11,7 @@ module.exports = (api, options) => {
},
details:
`All Nightwatch CLI options are also supported.\n` +
`https://github.com/nightwatchjs/nightwatch/blob/master/lib/runner/cli/cli.js`
`https://nightwatchjs.org/guide#command-line-options`
}, (args, rawArgs) => {
removeArg(rawArgs, 'url')
removeArg(rawArgs, 'mode')