stryker-mutator / stryker-js

Mutation testing for JavaScript and friends
https://stryker-mutator.io
Apache License 2.0
2.61k stars 250 forks source link

Add option to open HTML report in StrykerJS automatically #4208

Open xandervedder opened 1 year ago

xandervedder commented 1 year ago

Currently the user has to open the report manually, it would be nice to open the report automatically.

In Stryker.NET this functionality works for both the local report and the dashboard report with the -o flag.

nicojs commented 1 year ago

Great addition! I also like -o (and --open) like you suggested.

Feel free to make a PR. If you need any help, you know where to find me 😉

nicojs commented 2 months ago

For anyone who wants to pick this up, the open dependency is generally accepted to be the way to go