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

chore(testrunner): Add abstractions to decouple from VSTest #2941

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

Conversation

MarcZw
Copy link

@MarcZw MarcZw commented May 22, 2024

Why?

Stryker should be able to support other testrunners apart from VSTest.
This is not possible in the current implementation of Stryker, because of the tight coupling with VSTest.
Therefore some abstractions needed to be created to facilitate the decoupling from VSTest.

Solution

The current solution to decouple is to introduce a new project, Stryker.Shared.
This project contains abstractions to facilitate other testrunners, without breaking the current implementation.

Note this is a temporary solution. There are plans for an architectural overhaul, to decouple Stryker even more.

@rouke-broersma rouke-broersma changed the title Feat(All): Add abstractions to decouple from VSTest chore(testrunner): Add abstractions to decouple from VSTest May 22, 2024
Copy link

sonarcloud bot commented May 22, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
79.2% Coverage on New Code (required ≥ 80%)
36 New Code Smells (required ≤ 2)
1 New Critical Issues (required ≤ 0)
32 New Major Issues (required ≤ 0)
3 New Minor Issues (required ≤ 0)
1 New Security Hotspots (required ≤ 0)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

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.

None yet

1 participant