> For the complete documentation index, see [llms.txt](https://learning.contextqa.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learning.contextqa.com/execution.md).

# Execution

- [Execution Overview](https://learning.contextqa.com/execution/execution.md): Run, schedule, and monitor test executions across browsers and environments — with parallel runs, video evidence, and full execution traceability.
- [Running Tests](https://learning.contextqa.com/execution/running-tests.md): How to execute individual test cases, test suites, and test plans in ContextQA, including live execution monitoring, parallel execution, and programmatic triggering via the MCP server.
- [Debugging Tests](https://learning.contextqa.com/execution/debugging-tests.md): Use the interactive debugger to step through test cases, set breakpoints, inspect live variables, capture video, review AI agent steps, and modify steps mid-session in ContextQA.
- [Parallel Execution](https://learning.contextqa.com/execution/parallel-execution.md): Parallel test execution in ContextQA lets multiple test cases run simultaneously, cutting total plan duration and surfacing failures faster.
- [Environments](https://learning.contextqa.com/execution/environments.md): How to create and manage environment configurations in ContextQA, including base URLs, encrypted parameters, variable usage in test steps, and environment selection at execution time.
- [Scheduling](https://learning.contextqa.com/execution/scheduling.md): How to create, configure, and manage recurring test schedules in ContextQA using frequency options, and how scheduled results surface through email and Slack notifications.
- [Tutorial: Build and Schedule a Regression Suite](https://learning.contextqa.com/execution/regression-suite-tutorial.md): Go from a handful of individual test cases to a continuously running regression suite — group tests into a suite, build a test plan, run it, and schedule it to run every night with Slack alerts on fai
- [Video & Screenshots](https://learning.contextqa.com/execution/video-and-screenshots.md): Test execution video recording and screenshots in ContextQA — every run produces a complete evidence package including WebM video, HAR, and Playwright trace.
- [Interactive Demo](https://learning.contextqa.com/execution/demo.md): Explore a live test execution run — step-by-step results, per-step screenshots, console logs, network traces, and AI root cause analysis, all captured automatically.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://learning.contextqa.com/execution.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
