Skip to content

Commit

Permalink
Merge pull request #644 from brkn/update-readme-about-load-balancer
Browse files Browse the repository at this point in the history
Docs: Fix information on Load Balancing
  • Loading branch information
rwjblue authored Feb 19, 2021
2 parents 8bc11b9 + 0af87ed commit 05184e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,8 @@ ok 3 Chrome 66.0 - Exam Partition 1 - browser Id 3 - some the other test
1. The `--load-balance` option is currently only supported in CI mode and for that reason no-launch cannot be used with load-balance.
2. You must be using `ember-cli` version 3.2.0 or greater for load balancing and test failure reproduction features to work properly.
3. You must be using `ember-qunit` version 4.1.1 or greater for this feature to work properly.
4. You must be using `qunit` version 2.8.0 or greater for this feature to work properly.
4. You must be using `qunit` version 2.13.0 or greater for this feature to work properly.
5. This feature is not currently supported by Mocha.
6. `--random[=<seed>]` does not (currently) work with load balancing. This will be fixed once https://github.com/qunitjs/qunit/pull/1417 lands.

##### Test Failure Reproduction

Expand Down
2 changes: 1 addition & 1 deletion tests/dummy/app/templates/docs/load-balancing.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ok 3 Chrome 66.0 - Exam Partition 1 - browser Id 3 - some the other test
1. The `--load-balance` option is currently only supported in CI mode and for that reason no-launch cannot be used with load-balance.
2. You must be using `ember-cli` version 3.2.0 or greater for load balancing and test failure reproduction features to work properly.
3. You must be using `ember-qunit` version 4.1.1 or greater for this feature to work properly.
4. You must be using `qunit` version 2.8.0 or greater for this feature to work properly.
4. You must be using `qunit` version 2.13.0 or greater for this feature to work properly.
5. This feature is not currently supported by Mocha.

## Test Failure Reproduction
Expand Down

0 comments on commit 05184e9

Please sign in to comment.