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(jasmine-runner): implement new test runner api #2256

Merged
merged 28 commits into from
Jun 17, 2020

Conversation

nicojs
Copy link
Member

@nicojs nicojs commented Jun 10, 2020

#2249 should be merged first! ⚠

nicojs added 22 commits June 9, 2020 07:43
This adds a new test runner api to Stryker. Differences with the old API:

1. Explicit difference between a `dryRun` (initial test run) and a `mutantRun`
2. Code coverage interfaces are replaced with the simpler `MutantCoverage` interface.
3. The `MutantRunOptions` now has a `testFilter`, which replaces the old `TestFramework` api.
@nicojs nicojs marked this pull request as ready for review June 12, 2020 15:12
@nicojs nicojs merged commit 871db8c into epic/mutation-switching Jun 17, 2020
@nicojs nicojs deleted the feat/jasmine-runner-2 branch June 17, 2020 10:45
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