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
If the tasks don't return something (promise, stream, callback), or they never complete, then run-sequence cannot determine when to start the next task.
This is then a Gulp or webdriver issue, not run-sequence. run-sequence simply asks gulp to run the specific tasks. It listens for a task to end before starting the next. If a task never ends, then it cannot start the next one.
I need to run following tasks one after other:
Problem:
Task 1 ran --> after that Task 2 ran --> but Task 3 DID NOT ran...
On the command prompt, it stuck after this line.
23:08:49.060 INFO - Selenium Server is up and running
My gulp file has following:
The text was updated successfully, but these errors were encountered: