Skip to content

Commit d6f26de

Browse files
fix: Nightwatch config, and remove yarn.lock
1 parent 680d39f commit d6f26de

File tree

2 files changed

+38
-612
lines changed

2 files changed

+38
-612
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ const defaultSettings = {
4141

4242
webdriver: {},
4343

44+
test_workers: {
45+
enabled: concurrentMode,
46+
workers: 'auto'
47+
},
48+
4449
test_settings: {
4550
default: {
4651
disable_error_log: false,
@@ -59,11 +64,6 @@ const defaultSettings = {
5964
webdriver: {
6065
start_process: true,
6166
server_path: Services.geckodriver ? Services.geckodriver.path : ''
62-
},
63-
64-
test_workers: {
65-
enabled: concurrentMode,
66-
workers: 'auto'
6767
}
6868
},
6969

0 commit comments

Comments
 (0)