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: {