Open xandervedder opened 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.
-o
Great addition! I also like -o (and --open) like you suggested.
--open
Feel free to make a PR. If you need any help, you know where to find me 😉
For anyone who wants to pick this up, the open dependency is generally accepted to be the way to go
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.