Play from here

Learn how to run a test from a specific location

The Play from here feature allows you to execute your test from a specific point in your test, rather than from the beginning. This is useful when you want to examine a specific portion of your test without executing the entire test.

📘

If you have steps in your test that are dependent on previous steps (e.g., logging into an application), starting a test in the middle may cause the test to fail.

To use Play from here:

  1. Click the arrow where you want the run to begin.
  2. Click the Play from here button.

The test will start running from this location after executing the setup step.