We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
globals.js
1 parent 611d869 commit 6b68a41Copy full SHA for 6b68a41
packages/@vue/cli-plugin-e2e-nightwatch/nightwatch.config.js
@@ -28,6 +28,7 @@ const defaultSettings = {
28
page_objects_path: 'tests/e2e/page-objects',
29
custom_assertions_path: 'tests/e2e/custom-assertions',
30
custom_commands_path: 'tests/e2e/custom-commands',
31
+ globals_path: path.resolve('tests/e2e/globals.js'),
32
test_workers: concurrentMode,
33
test_settings: {
34
default: {
0 commit comments