Issue
The flag --parallel-no-spinner reads like "the tests should run parallel, but don't show spinner". But if you just pass --parallel-no-spinner without also passing --parallel, it does nothing. I think the presence of this flag implies that we want to run the tests parallelly.
Issue
The flag
--parallel-no-spinnerreads like "the tests should run parallel, but don't show spinner". But if you just pass--parallel-no-spinnerwithout also passing--parallel, it does nothing. I think the presence of this flag implies that we want to run the tests parallelly.