Open
Description
Is your feature request related to a problem? Please describe.
Allowing the developer to configure karma and be able to type check
Describe the solution you'd like
In the file lib/services/test-execution-service.ts
the value for karma config is hardcoded on the line 326. Is it possible to discover the config file in the order similar to the one on the karma website: https://karma-runner.github.io/3.0/config/configuration-file.html ?
Describe alternatives you've considered
Additional context
Here is the location of the code discovering test file in the karma: https://github.com/karma-runner/karma/blob/master/lib/cli.js#L114..L129