Fixed an escaping issue where environment variables containing the backslash \ character were
not passed correctly to the test runner. You were most likely to encounter this when using
regexes in your test runner arguments.
Added a workaround for a case where a single test method was passed as a --test-target and
it expanded to multiple parametric test cases. This was previously causing the test run to fail
and works now without issue.
ew-cli 0.10.8
The CLI is now better at printing some unexpected errors, for instance when misconfiguring the API token.