Closed
Description
We're investigating the possibility of supporting angular in Stryker, a mutation testing framework. I was wondering if it was possible to run test with ng test --watch=false --single-run=false
and keep open the karma server so we can fire karma run
commands.
The idea would be that we make small code changes and rerun the tests with karma run
. Ideally we would be able to distinguish between a failed test and a compile error.