Debug Mode

Have other questions? Access our full knowledge base!

  1. Is there a signal that this test case result is in debug mode
  2. If option is “Run till” Step
    • When Yet to reach the expected step
      • If no – execute as normal
    • When control has reached the expected step
      • Send message to front end that execution has reached the desired step
      • Remove signal from cache
      • Wait for further instructions from front end or timeout – currently at 5 mins
      • Continue to execute as normal
  3. If option is “Goto Step”
    1. When Yet to reach the expected step
      • Skip execution of the step and go to next step
    2. When control has reached the expected step
      • Send message to front end that execution has reached the desired step
      • Remove signal from cache
      • Wait for further instructions from front end or timeout – currently at 5 mins
      • Continue to execute as normal
  4. If option is “Resume After Step”
    • When Yet to reach the expected step
      • Skip execution of the step and go to next step
    • When control has reached the expected step
      • Send message to front end that execution has reached the desired step
      • Remove signal from cache
      • Continue to execute as normal
Verified by MonsterInsights