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

Commit fbfc72b

Browse files
committed
feat(launcher): Add support for maxSession
- add support for maxSession and capability-specific specs - cleaned up launcher (refactored out taskScheduler.js) - (breaking change) changed the config to shard test files; also sharding is specific to capabilities now - Before: config.splitTestsBetweenCapabilities - Now: config.capabilities.shardTestFiles or config.multiCapabilities[index].shardTestFiles
1 parent e4600af commit fbfc72b

10 files changed

+640
-251
lines changed

lib/configParser.js

-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ var ConfigParser = function() {
2222
// Default configuration.
2323
this.config_= {
2424
specs: [],
25-
capabilities: {
26-
browserName: 'chrome'
27-
},
28-
splitTestsBetweenCapabilities: false,
2925
multiCapabilities: [],
3026
rootElement: 'body',
3127
allScriptsTimeout: 11000,

0 commit comments

Comments
 (0)