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
{{ message }}
This repository was archived by the owner on Jun 27, 2019. It is now read-only.
Following @appinteractive's suggestions
`|| sleep infinity` here will make sure the command for starting mongo
won't terminate the parallel execution of `concurrently`. That would be
the case if your mongo is already running, e.g. because of a system-wide
mongodb daemon. But we don't want to terminate the commmand because that
would in turn terminate `concurrently`. Instead we want the last command
`cucumber-js` to exit first.
0 commit comments