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(builders): add runInBand and maxWorkers options to jest #757

Merged
merged 1 commit into from
Sep 14, 2018

Conversation

FrozenPandaz
Copy link
Collaborator

Fixes #754

Current Behavior

runInBand and maxWorkers are useful for CI environments but are not available through the builder.

Expected Behavior

Both runInBand and maxWorkers have been added and can be used as per Jest Troubleshooting.

  --max-workers
    Max number of workers to run tests across. Useful for CI. (https://jestjs.io/docs/en/cli.html#maxworkers-num)
  --run-in-band
    Run tests in a single process as opposed to multiple workers. Useful for CI. (https://jestjs.io/docs/en/cli.html#runinband)

@FrozenPandaz FrozenPandaz changed the title feat(builders): add runInBand option to jest feat(builders): add runInBand and maxWorkers options to jest Sep 11, 2018
@github-actions
Copy link

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feature] Ability to pass through options to jest via ng test
2 participants