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

feat(core): implement the mutation server protocol (MSP) #5086

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Conversation

nicojs
Copy link
Member

@nicojs nicojs commented Oct 19, 2024

Implement the mutation server protocol (MSP). This allows plugins to connect to StrykerJS and report mutation testing directly in your IDE / editor.

nicojs added a commit that referenced this pull request Nov 23, 2024
Allow multiple runs of Stryker to share the same temp dir. This means that Stryker will _no longer remove the entire `.stryker-tmp` directory when it ran successfully (since other `sandbox-xxx` directories could be owned by other processes).

Note: this is implemented in preparation for the implementation of the mutation server protocol (#5086)
nicojs added a commit that referenced this pull request Nov 24, 2024
…5120)

* feat(temp-dir): allow multiple instances to share the same temp-dir

Allow multiple runs of Stryker to share the same temp dir. This means that Stryker will _no longer remove the entire `.stryker-tmp` directory when it ran successfully (since other `sandbox-xxx` directories could be owned by other processes).

Note: this is implemented in preparation for the implementation of the mutation server protocol (#5086)

* fix test on windows
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