You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your maintenance request related to a problem? Please describe.
Ever since mutation-testing-elements we don't have actual logic in the html reporter package anymore. However, people seem to have problems finding it. For larger projects it is much more helpful than the console reporter
Describe the solution you'd like
Let's add the reporter to the standard list of reporters and enable it by default.
The text was updated successfully, but these errors were encountered:
… add it to the default reporters (#2036)
Adds the html reporter to the list of default reporters.
The `@stryker-mutator/html-reporter` package is now deprecated and only a stub. There is no need to install this package anymore since the html reporter is bundled with the `@stryker-mutator/core` package.
Fixes#1919
BREAKING CHANGE: the `html` reporter is now enabled by default. If you don't want to use it, be sure to override the `reporters` configuration option.
```json
{
"reporters": ["progress", "clear-text"]
}
```
Is your maintenance request related to a problem? Please describe.
Ever since mutation-testing-elements we don't have actual logic in the html reporter package anymore. However, people seem to have problems finding it. For larger projects it is much more helpful than the console reporter
Describe the solution you'd like
Let's add the reporter to the standard list of reporters and enable it by default.
The text was updated successfully, but these errors were encountered: