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

Support for parallel test runners and output files #151

Open
fotinakis opened this issue Jul 22, 2016 · 1 comment
Open

Support for parallel test runners and output files #151

fotinakis opened this issue Jul 22, 2016 · 1 comment

Comments

@fotinakis
Copy link

ember-exam can parallelize an Ember test suite by using multiple Chrome instances. However, because ember-cli-blanket uses the /write-coverage-report endpoint at the end of a test suite with a single output filename, only the last write will win.

If you could do something like specify a function that returns the output filename, and pass it an index as an argument, then you could write coverage-1.lcov, coverage-2.lcov, etc. This would work automatically with services like codecov.io that automatically merge report from parallel runners.

@sglanzer-deprecated
Copy link
Owner

I'm more than happy to accept a PR on this, but most of my future effort is going to be focused on ember-cli-code-coverage - if you would like to help contribute a parallelize feature to that project I'd be happy to work with you on it

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

No branches or pull requests

2 participants