Skip to content

Support for parallel test runners and output files #151

Open
@fotinakis

Description

@fotinakis

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions