From 260954b6e33107af097464334c4ce184e2da6708 Mon Sep 17 00:00:00 2001 From: Berkan Unal Date: Fri, 22 Jan 2021 11:49:04 +0300 Subject: [PATCH 1/2] Docs: Fix information on Load Balancing --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 From 0af87ed560252907c4780f2264104b99eba9f61a Mon Sep 17 00:00:00 2001 From: Berkan Unal Date: Fri, 22 Jan 2021 12:11:43 +0300 Subject: [PATCH 2/2] Docs: Fix hosted docs load balancing page --- tests/dummy/app/templates/docs/load-balancing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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