From 6b68a4153c2edf6df9c0b2b6bfa769e0e01116f9 Mon Sep 17 00:00:00 2001 From: Domenico Gemoli Date: Sun, 26 Apr 2020 07:43:00 +0200 Subject: [PATCH] fix(nightwatch): fix `globals.js` import in config (#5387) closes #5171 --- packages/@vue/cli-plugin-e2e-nightwatch/nightwatch.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/@vue/cli-plugin-e2e-nightwatch/nightwatch.config.js b/packages/@vue/cli-plugin-e2e-nightwatch/nightwatch.config.js index c4ad7af8c6..a5406d8829 100644 --- a/packages/@vue/cli-plugin-e2e-nightwatch/nightwatch.config.js +++ b/packages/@vue/cli-plugin-e2e-nightwatch/nightwatch.config.js @@ -28,6 +28,7 @@ const defaultSettings = { page_objects_path: 'tests/e2e/page-objects', custom_assertions_path: 'tests/e2e/custom-assertions', custom_commands_path: 'tests/e2e/custom-commands', + globals_path: path.resolve('tests/e2e/globals.js'), test_workers: concurrentMode, test_settings: { default: {