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

Commit

Permalink
feat(launcher): Add support for maxSession
Browse files Browse the repository at this point in the history
  - 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
  • Loading branch information
hankduan committed Jun 4, 2014
1 parent e4600af commit fbfc72b
Show file tree
Hide file tree
Showing 10 changed files with 640 additions and 251 deletions.
4 changes: 0 additions & 4 deletions lib/configParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ var ConfigParser = function() {
// Default configuration.
this.config_= {
specs: [],
capabilities: {
browserName: 'chrome'
},
splitTestsBetweenCapabilities: false,
multiCapabilities: [],
rootElement: 'body',
allScriptsTimeout: 11000,
Expand Down
Loading

0 comments on commit fbfc72b

Please sign in to comment.