I am using spookyjs to test my application.
Question
Is there anyway to enforce the spookyJs to start at particular step?
How to force start at particular step spookyJs
?
Example
SpookyJs
will run step by step, Suppose some connection error happened at particular step and server got stopped, Now how can I continue the test from particular step instead of running from beginning.
Any suggestion will be grateful