Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Stryker Mutator Tool #64

Open
wants to merge 1 commit into
base: f24
Choose a base branch
from
Open

Added Stryker Mutator Tool #64

wants to merge 1 commit into from

Conversation

Mohtelsayed
Copy link

@Mohtelsayed Mohtelsayed commented Oct 27, 2024

Successfully installed the Stryker tool.

Stryker is a mutation testing framework. It helps assess the quality of unit tests. Mutation testing is a technique that introduces small changes (or "mutations") to your codebase and then runs your tests to see if they fail. The purpose is to ensure that your tests are thorough and can detect these intentional "bugs" if they can, it suggests the tests are effective; if not, it highlights gaps in test coverage.

The current version of Stryker that installed is 8.6.
image

Command to the Stryker tool
npx stryker run

Stryker found that 548 of 11026 file(s) were mutated, and highlighted some of the errors as follows:
image

@coveralls
Copy link

Pull Request Test Coverage Report for Build 11543204787

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 82.557%

Totals Coverage Status
Change from base Build 11542543740: 0.0%
Covered Lines: 22366
Relevant Lines: 25675

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants