Skip to content

Commit

Permalink
fix(nightwatch): fix globals.js import in config (#5387)
Browse files Browse the repository at this point in the history
closes #5171
  • Loading branch information
aberonni committed Apr 26, 2020
1 parent 611d869 commit 6b68a41
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -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: {
Expand Down

0 comments on commit 6b68a41

Please sign in to comment.