mutation-testing-elements icon indicating copy to clipboard operation
mutation-testing-elements copied to clipboard

🗃 A schema for mutation testing results with the web components to visualise it 📊

Results 56 mutation-testing-elements issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/stryker-mutator/mutation-testing-elements). ## Awaiting Schedule The following updates are...

In the context of my master thesis, I try to come up with new mutators specifically for Angular web applications. One of my mutator transformed this code: `new UntypedFormControl('', {...

hacktoberfest
🐛 Bug

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [chai](http://chaijs.com) ([source](https://togithub.com/chaijs/chai)) | [`4.4.1` -> `5.1.0`](https://renovatebot.com/diffs/npm/chai/4.4.1/5.1.0) |...

I recently [attempted](https://github.com/max-te/mutant-report) to use `mutation-testing-elements` to display [`cargo-mutants`](https://mutants.rs/) results. (Related discussion [there](https://github.com/sourcefrog/cargo-mutants/discussions/281)) This entry in the schema lead me to believe I could just set the required `language` property...

I want to introduce fine-grained reactivity to the HTML report. ## Current situation In the current situation, real-time updates are implemented ad hoc. This means that `metrics` are used to...

As disussed in the [Stryker for .NET](https://github.com/stryker-mutator/stryker-net/issues/763) repository, it would be helpful to have a .NET implementation of the mutation-testing-metrics package so we have a way to calculate the metrics...

Make `mutation-testing-metrics` responsible for the real-time calculations in the report. This has a couple of advantages: - Easier to reason about: the metrics are always up-to-date. - Easier to maintain:...

Assignment Expression Only supported by Stryker-JS as mentioned here https://github.com/stryker-mutator/mutation-testing-elements/blob/ade7d944d663e079ce2b7e77aa20afbd7884e37c/docs/supported-mutators.md?plain=1#L65C6-L65C34

Contains: - documentation about the namings of mutation operators - computation for the adjusted (absolute) mutation score The status `IGNORED_BY_LEVEL_STATUS` is introduced in the [mutation levels PR from StrykerJS](https://github.com/stryker-mutator/stryker-js/pull/4686), so...

StrykerJS 8.0 supports vitest's browser mode 🎉 This PR re-enables StrykerJS on the `elements` package.