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(mocha-framework): Move mocha test framework to seperate package #308

Merged
merged 12 commits into from May 9, 2017

Conversation

nicojs
Copy link
Member

@nicojs nicojs commented May 6, 2017

Move mocha test framework to its seperate package. This should prevent confusion about the state of the mocha test framework plugin. It only works with the stryker-mocha-runner test runner plugin at the moment, so it will downgrade coverageAnalysis: 'perTest' to coverageAnalysis: 'all' when another test runner is used.

BREAKING CHANGE: Users with testRunner: "mocha",testFramework: "mocha" should now also install "stryker-mocha-framework".

nicojs added 5 commits May 5, 2017 15:24
Move mocha test framework to its seperate package. This should prevent confusion about the state of the mocha test framework plugin. It only works with the stryker-mocha-runner test runner plugin at the moment, so it will downgrade `coverageAnalysis: 'perTest'` to `coverageAnalysis: 'all'` when another test runner is used.

BREAKING CHANGE: Users with `testRunner: "mocha",testFramework: "mocha"` should now also install "stryker-mocha-framework".
@nicojs
Copy link
Member Author

nicojs commented May 6, 2017

It seems that travis is having a hard time. At https://www.traviscistatus.com/ I can see:

GitHub Degraded Performance

I will do a push again tomorrow and see if it works again

@simondel simondel merged commit ae0074e into master May 9, 2017
@simondel simondel deleted the move-mocha-framework branch May 9, 2017 06:44
@simondel simondel added this to Done in Backlog May 31, 2017
@simondel simondel moved this from Done to Released in Backlog Jun 2, 2017
@simondel simondel removed this from Released in Backlog Sep 23, 2017
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

2 participants