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

Add Stryker Mutator for Mutation Testing and Debugging CopyFile Issue #23

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

evelyn-lo
Copy link
Collaborator

added stryker mutator for mutation testing and set it up with mocha as the test runner

modified the return statement at line 114 in src/cli/index.js because caught an error when running tests where return was outside of a function

tried debugging the ENOTSUP copyfile issue by modifiying stryker.config.json and adding .strykerignore exclude problem files, but it still doesn't pass

was able to get green on ProjectReader, Instrumenter, and ConcurrencyTokenProvider, but stryker still fails on copyfile ENOTSUP. tried different ways to exclude build/public/plugins/ but no luck so far

added full test output in stryker_output.txt

ran npx stryker run, but the test didn’t complete, so no mutation report was generated. full output is in stryker_output.txt.

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