Skip to content

Comments

Tool – Stryker Mutator (Dynamic)#54

Closed
haolinwa wants to merge 6 commits intomainfrom
tool/stryker
Closed

Tool – Stryker Mutator (Dynamic)#54
haolinwa wants to merge 6 commits intomainfrom
tool/stryker

Conversation

@haolinwa
Copy link

Tool Description

Stryker is a dynamic analysis tool (mutation testing). It makes tiny changes (“mutations”) to your code and re-runs tests to see whether the tests catch the change. The mutation score helps reveal untested logic and weak assertions

Changes Made

Added stryker.conf.json (tool configuration).
Added .github/workflows/stryker.yml (CI job that installs & runs Stryker and uploads a report).
Added test/sanity.test.js (minimal Mocha test so the tool can execute in CI).
CI installs packages with --no-save, so no package.json/package-lock changes on this branch.

Evidence of Successful Integration

stryker-output.txt attached/committed.
artifacts/mutation-score-badge.svg

@haolinwa haolinwa closed this Oct 27, 2025
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.

1 participant