File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/@vue/cli-plugin-e2e-nightwatch Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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' )
You can’t perform that action at this time.
0 commit comments