Skip to content

Commit fb738a2

Browse files
aberonnihaoqunjiang
authored andcommitted
docs: replacing nightwatch CLI options URL with proper documentation (#4364)
(cherry picked from commit fd4573a)
1 parent 2b3a306 commit fb738a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/@vue/cli-plugin-e2e-nightwatch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
> Note: this plugin currently uses Nightwatch v0.9.x. We are waiting for Nightwatch 1.0 to stabilize before upgrading.
2222
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).
2424

2525
## Configuration
2626

packages/@vue/cli-plugin-e2e-nightwatch/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = (api, options) => {
1111
},
1212
details:
1313
`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`
1515
}, (args, rawArgs) => {
1616
removeArg(rawArgs, 'url')
1717
removeArg(rawArgs, 'mode')

0 commit comments

Comments
 (0)