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

Support waiting on multiple resources #65

Merged
merged 1 commit into from
Jun 25, 2018

Conversation

jesstelford
Copy link
Contributor

@jesstelford jesstelford commented Jun 24, 2018

Enables things such as:

{
  "scripts": {
    "start": "concurrently \"node start-database.js\" \"node server.js\"",
    "test": "cypress run",
    "ci": "start-server-and-test \"http-get://localhost:8080|:3000\""
  }
}

(Where a database server might be responding to GET requests on port 8080, and an app webserver is running on port 3000)

PS: a lot of the diff is whitespace, it's easier to read with whitespace diff disabled.

@bahmutov bahmutov merged commit a23a9e5 into bahmutov:master Jun 25, 2018
@bahmutov
Copy link
Owner

I think this is really good job, @jesstelford - would you like to be a collaborate on this package?

@bahmutov
Copy link
Owner

🎉 This PR is included in version 1.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@jesstelford
Copy link
Contributor Author

🎉 Thanks for the merge & release :)

I appreciate the offer to be a collaborator, however I don't have the time to take on another OSS project right now while I'm focusing on Cete.

@bahmutov
Copy link
Owner

bahmutov commented Jun 25, 2018 via email

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.

2 participants