Library Runner
Automate sequence testing and workflows.

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:
- Logs in and extracts a token.
- Creates a resource using that token.
- Fetches the resource to verify it was created.
- Deletes the resource to clean up.