-
-
Notifications
You must be signed in to change notification settings - Fork 236
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
[Feature Request] Add success condition all but first
#280
Labels
Comments
|
Heya, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I would like to add a third success condition that would allow you to spin up a service, complete a list of tasks in parallel, capture their exit status. Assuming all tasks exited successfully, exit application with success status.
Use case
I currently use concurrently to spin up storybook and complete cypress tests against a component library. I would like to be able to also perform jest visual regression tests.
Proposed Use Case
I am currently nesting concurrently calls to achieve this behavior and it doesn't provide the best logs.
Proposed Acceptance Criteria
The text was updated successfully, but these errors were encountered: