You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would refactor wait-on and start into accepting a comma-separated list, and the adding support for starting each process, and then waiting for each URL one by one. Something like
start: npm start, npm run api
wait-on: http://localhost:3000,http://localhost:5000
I'm trying to wait for multiple servers (aka ports) before running the test, is this possible?
The text was updated successfully, but these errors were encountered: