mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 13:06:56 +08:00
DEV: Remove testem parallel
limit (#18290)
In itself, this change will not cause tests to run in parallel. It just unlocks the ability to use tools like `ember exam` to run tests in parallel. For example: ``` yarn ember exam --load-balance --parallel=3 --random ```
This commit is contained in:
@ -44,7 +44,7 @@ module.exports = {
|
|||||||
launch_in_ci: ["Chrome"],
|
launch_in_ci: ["Chrome"],
|
||||||
// launch_in_dev: ["Chrome"] // Ember-CLI always launches testem in 'CI' mode
|
// launch_in_dev: ["Chrome"] // Ember-CLI always launches testem in 'CI' mode
|
||||||
tap_failed_tests_only: false,
|
tap_failed_tests_only: false,
|
||||||
parallel: 1, // disable parallel tests for stability
|
parallel: -1,
|
||||||
browser_start_timeout: 120,
|
browser_start_timeout: 120,
|
||||||
browser_args: {
|
browser_args: {
|
||||||
Chrome: [
|
Chrome: [
|
||||||
|
Reference in New Issue
Block a user