This week brings configurable concurrent test limits for fine-grained control over test parallelism.
Major features & improvements
- Concurrent test limits: The new
concurrentTestLimitsconfiguration option lets you set more fine grained caps on how many tests run in parallel. This option will override any concurrency limits you had set through the dashboard UI, and will deprecate the dashboard concurrency limit option in the near future. - Improved proxy network performance: We’re working hard on the performance and reliability of our networking. Several tweaks this week should reduce overall network faliures.
CLI version updates
Version 0.59.x
- Concurrent test limits: New
concurrentTestLimitsoption inendform.configlets you cap how many tests for a given project run concurrently within a suite
