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

Stryker Mutator Tool - Installed and Ran #66

Closed
wants to merge 1 commit into from
Closed

Conversation

AlAnoud2003
Copy link

@AlAnoud2003 AlAnoud2003 commented Oct 30, 2024

Tool: Stryker Mutation
I installed the tool using the "npm init stryker" command. This tool modified the gitignore file and created a file titled: "stryker.config.json". When setting up, I selected the needed parameters (as shown in the screenshot), for example, Mocha as the test runner, "none" as the build command, reporters as: "html, clear-text, progress", npm as the package manager, and finally JSON as the file type for the config file. To run the tool, I used the command "npx stryker run" and viewed the mutations found.

Files changed:

  • Modified the config.json file
  • Added the stryker.config.json

@AlAnoud2003 AlAnoud2003 deleted the tool-testing branch October 30, 2024 16:24
@coveralls
Copy link

Pull Request Test Coverage Report for Build 11597414297

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.581%

Totals Coverage Status
Change from base Build 11495456179: 0.0%
Covered Lines: 22387
Relevant Lines: 25677

💛 - 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