Skip to content

Writing parallel tests

Closed
Closed

Description

What is the intended way to write tests that run in parallel and that need to sync up at a certain point? E.g. I'd love to convert the DB opening test to run in parallel, but they need to sync up at the end. This was easy with beforeExit but it looks like it requires a lot more custom code or third party control flow libraries (like Step) with mocha.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions