Raagh / angular-karma_test-explorer

vscode extension for easy angular testing and debugging
https://marketplace.visualstudio.com/items?itemName=raagh.angular-karma-test-explorer
MIT License
65 stars 23 forks source link

Remote Development - Ability to customize extension's internal Karma browser configuration #88

Closed lucono closed 2 years ago

lucono commented 4 years ago

Is your feature request related to a problem? Please describe. I develop in a container using vscode's remote development feature. To launch Chrome browser in a container, it must be launched with the --no-sandbox flag. However, the Chrome browser configuration used internally by the Angular/Karma Test Explorer does not launch Chrome with this flag and the extension does not provide any mechanism by which to customize that Karma browser configuration.

Describe the solution you'd like Please provide a way to customize the Karma browser configuration used internally by the Angular/Karma Test Explorer. This would allow, for instance, to add the --no-sandbox flag to the list of Chrome flags for users developing inside a container environment where Chrome cannot be successfully launched without the flag.

Describe alternatives you've considered For being able to use the Angular/Karma Test Explorer in a dev container environment, there are no alternatives I'm aware of.

Additional context N/A

Simon-TheHelpfulCat commented 3 years ago

This extension is useless in a remote development container without the --no-sandbox flag.

s4m0r4m4 commented 2 years ago

Good feature request, but we do not plan on implementing additional features for this extension.

Going forward we suggest using https://github.com/lucono/karma-test-explorer

We are planning on deprecating this extension in favor of using that one, as it has more active support.