mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-11 02:29:21 -05:00
docs: replacing nightwatch CLI options URL with proper documentation (#4364)
This commit is contained in:
committed by
Haoqun Jiang
parent
d6507e6f84
commit
fd4573aadf
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user