Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit fd7fe4a

Browse files
FrigoEUhankduan
authored andcommitted
feat(launcher): Add support for splitTestsBetweenCapabilities.
1 parent 044a1ed commit fd7fe4a

File tree

6 files changed

+247
-120
lines changed

6 files changed

+247
-120
lines changed

lib/configParser.js

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ var ConfigParser = function() {
2525
capabilities: {
2626
browserName: 'chrome'
2727
},
28+
splitTestsBetweenCapabilities: false,
2829
multiCapabilities: [],
2930
rootElement: 'body',
3031
allScriptsTimeout: 11000,

0 commit comments

Comments
 (0)