1

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

Community
  • 1
  • 1
karthick
  • 5,998
  • 12
  • 52
  • 90
  • one way would be to globally save the number of passed steps and recall the spookyjs funktion and passing the number of tests which have been done. – solick Jul 23 '15 at 21:10

0 Answers0