DocumentationLibrary Runner

Library Runner

Automate sequence testing and workflows.

Runner Screenshot

Running a Sequence

The Library Runner allows you to execute an entire folder of requests in sequence. This is incredibly powerful when combined with Rules, as you can build a sequence that:

  1. Logs in and extracts a token.
  2. Creates a resource using that token.
  3. Fetches the resource to verify it was created.
  4. Deletes the resource to clean up.