playInteractive Demo

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.

Every ContextQA test run captures a complete evidence package automatically: per-step screenshots, session video, browser console logs, HAR network trace, and an AI root cause analysis for any failure. This demo walks through a 12-test execution run and shows how to investigate a failure using the captured artifacts.

1

Execution Summary

A test plan with 12 test cases completed in 2 minutes and 34 seconds across 5 parallel workers.

Metric
Value

Total Tests

12

Passed

10

Failed

1

Self-Healed

1

Duration

2m 34s

Parallel Workers

5

circle-info

AI Agent: Parallel execution distributes tests across multiple browser workers simultaneously, reducing total run time significantly compared to sequential execution.

2

Test Case List

Click any test in the list to view its step-by-step results.

12 test cases in this run:

#
Test Name
Status
Duration

1

Login — valid credentials

Passed

12s

2

Login — invalid password

Passed

9s

3

Login — MFA flow

Failed

18s

4

Add item to cart

Passed

14s

5

Apply discount code

Passed

11s

6

Checkout — credit card

Healed

22s

7

Order confirmation email

Passed

8s

8

Profile — update email

Passed

10s

9

Forgot password flow

Passed

13s

10

Search — product name

Passed

7s

11

Filter by category

Passed

9s

12

Mobile — responsive nav

Passed

11s

circle-info

AI Agent: Failed and healed tests are highlighted in the list. Selecting a test shows its individual step results and links to all captured evidence artifacts.

3

Step-by-Step Results ✓

Selecting test #3 ("Login — MFA flow") shows the individual step results.

Steps for "Login — MFA flow":

  1. ✓ Navigate to /login — 245ms

  2. ✓ Enter email in Email field — 120ms

  3. ✓ Enter password in Password field — 98ms

  4. ✗ Click the Sign In button — POST /api/auth/login → 401 Unauthorized

circle-check

Last updated

Was this helpful?