diff --git a/README.md b/README.md index f7553ea3..043840f6 100644 --- a/README.md +++ b/README.md @@ -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[=]` does not (currently) work with load balancing. This will be fixed once https://github.com/qunitjs/qunit/pull/1417 lands. ##### Test Failure Reproduction diff --git a/tests/dummy/app/templates/docs/load-balancing.md b/tests/dummy/app/templates/docs/load-balancing.md index bd286c39..b3b5f884 100644 --- a/tests/dummy/app/templates/docs/load-balancing.md +++ b/tests/dummy/app/templates/docs/load-balancing.md @@ -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