From f57a1031e515c957ecfab6a63acfd3e7dde176a6 Mon Sep 17 00:00:00 2001 From: Domenico Gemoli Date: Fri, 26 Jul 2019 10:47:46 +0200 Subject: [PATCH] Replacing nightwatch CLI options URL with proper documentation --- docs/core-plugins/e2e-nightwatch.md | 2 +- packages/@vue/cli-plugin-e2e-nightwatch/README.md | 2 +- packages/@vue/cli-plugin-e2e-nightwatch/index.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/core-plugins/e2e-nightwatch.md b/docs/core-plugins/e2e-nightwatch.md index 86f7683a02..bee6564b38 100644 --- a/docs/core-plugins/e2e-nightwatch.md +++ b/docs/core-plugins/e2e-nightwatch.md @@ -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 diff --git a/packages/@vue/cli-plugin-e2e-nightwatch/README.md b/packages/@vue/cli-plugin-e2e-nightwatch/README.md index 86f7683a02..bee6564b38 100644 --- a/packages/@vue/cli-plugin-e2e-nightwatch/README.md +++ b/packages/@vue/cli-plugin-e2e-nightwatch/README.md @@ -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 diff --git a/packages/@vue/cli-plugin-e2e-nightwatch/index.js b/packages/@vue/cli-plugin-e2e-nightwatch/index.js index 7be3c6613b..72b6ed753a 100644 --- a/packages/@vue/cli-plugin-e2e-nightwatch/index.js +++ b/packages/@vue/cli-plugin-e2e-nightwatch/index.js @@ -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')