mutation-testing-elements
Mutation reporting schema
Defines a standard schema and guidelines for mutation testing results to visualize test outcomes in web components.
🗃 A schema for mutation testing results with the web components to visualise it 📊
28 stars
6 watching
21 forks
Language: TypeScript
last commit: 4 days ago
Linked from 2 awesome lists
hacktoberfestmutation-testingtesting
Related projects:
Repository | Description | Stars |
---|---|---|
stryker-mutator/stryker4s | A mutation testing framework for Scala projects. | 201 |
stryker-mutator/stryker-net | A tool for testing .NET projects by introducing temporary bugs to verify test reliability and effectiveness | 1,782 |
nlohmann/mutate_cpp | A mutation testing tool for C++ projects to detect programming errors | 172 |
sualeh/introduction-to-mutation-testing | An introduction to using mutation testing to validate unit tests in software development | 23 |
pharo-contributions/mutalk | A tool for mutation testing in Smalltalk to improve test quality and fault-finding effectiveness. | 21 |
testura/testura.mutation | A tool to verify unit test quality by introducing artificial defects into production code and checking if tests detect them. | 105 |
cortes-ciriano-lab/scomatic | A tool for detecting somatic variants in single-cell data | 170 |
sugakandrey/scalamu | An engine for testing software mutations in Scala code | 43 |
boxed/mutmut | Tool for detecting and applying code mutations to improve testing | 927 |
thierry-tct/mart | A mutation testing framework that enables the application of mutation testing on languages that can be compiled into LLVM code. | 26 |
squareslab/boggart | A tool for testing code changes by introducing random errors and assessing the impact on the code's functionality | 2 |
kaiyuanw/mualloy | A tool for generating and testing mutant models in Alloy to identify vulnerabilities in software systems. | 8 |
jmid/mutaml | A tool that tests software quality by randomly changing code to see if tests can catch the changes | 65 |
hanneskaeufler/crytic | A tool for detecting defects in software code by mutating specific statements and analyzing test results | 66 |
infection/infection | Mutation testing framework to improve the quality of PHP code by introducing intentional errors and analyzing how it handles them. | 2,055 |