Added
- New config option
profile.<profile-name>.test-threadscontrols the number of tests run simultaneously. This option accepts either an integer with the number of threads, or the string "num-cpus" (default) for the number of logical CPUs.
Fixed
- Within JUnit XML, test failure descriptions (text nodes for
<failure>and<error>tags) now have invalid ANSI escape codes stripped from their output.