Skip to content

Add support for running all tests serially #49487

Closed
@mcollina

Description

@mcollina

What is the problem this feature will solve?

Currently it's very hard to use node:test to test against an external database or an external service with state as multiple files are automatically run in parallel.

What is the feature you are proposing to solve the problem?

Adding a node --test --test-concurrenty=1 will do the trick

What alternatives have you considered?

Calling run manually.

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestIssues that request new features to be added to Node.js.good first issueIssues that are suitable for first-time contributors.test_runnerIssues and PRs related to the test runner subsystem.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions