File tree 2 files changed +2
-2
lines changed
packages/@vue/cli-plugin-e2e-nightwatch
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 20
20
21
21
> Note: this plugin currently uses Nightwatch v0.9.x. We are waiting for Nightwatch 1.0 to stabilize before upgrading.
22
22
23
- Additionally, [ all Nightwatch CLI options are also supported] ( https://github.com/ nightwatchjs/nightwatch/blob/master/lib/runner/cli/cli.js ) .
23
+ Additionally, [ all Nightwatch CLI options are also supported] ( https://nightwatchjs.org/guide#command-line-options ) .
24
24
25
25
## Configuration
26
26
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module.exports = (api, options) => {
11
11
} ,
12
12
details :
13
13
`All Nightwatch CLI options are also supported.\n` +
14
- `https://github.com/ nightwatchjs/nightwatch/blob/master/lib/runner/cli/cli.js `
14
+ `https://nightwatchjs.org/guide#command-line-options `
15
15
} , ( args , rawArgs ) => {
16
16
removeArg ( rawArgs , 'url' )
17
17
removeArg ( rawArgs , 'mode' )
You can’t perform that action at this time.
0 commit comments