Skip to content

Add serial mode #101

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

Merged
merged 1 commit into from
Oct 25, 2015
Merged

Add serial mode #101

merged 1 commit into from
Oct 25, 2015

Conversation

vadimdemedes
Copy link
Contributor

This PR closes #31.

It adds --serial option, which forces AVA to run all tests serially by default.

@@ -23,6 +23,7 @@ var cli = meow({
'Options',
' --init Add AVA to your project',
' --fail-fast Stop after first test failure',
' --serial Execute all tests serially',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Run tests serially

sindresorhus added a commit that referenced this pull request Oct 25, 2015
@sindresorhus sindresorhus merged commit 99784e0 into master Oct 25, 2015
@sindresorhus sindresorhus deleted the serial-mode branch October 25, 2015 06:56
@sindresorhus
Copy link
Member

Awesome! Glad we could get this in :)

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

Successfully merging this pull request may close these issues.

CLI --debug flag
2 participants