Skip to content

Commit 6b68a41

Browse files
authored
fix(nightwatch): fix globals.js import in config (#5387)
closes #5171
1 parent 611d869 commit 6b68a41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const defaultSettings = {
2828
page_objects_path: 'tests/e2e/page-objects',
2929
custom_assertions_path: 'tests/e2e/custom-assertions',
3030
custom_commands_path: 'tests/e2e/custom-commands',
31+
globals_path: path.resolve('tests/e2e/globals.js'),
3132
test_workers: concurrentMode,
3233
test_settings: {
3334
default: {

0 commit comments

Comments
 (0)