Framework integrations

Playwright

Send your Playwright results to Crux automatically using the @crux/playwright package.

Playwright is a supported framework. You connect it with the @crux/playwright package, which reports each test result to your project as your suite runs — no manual uploads.

Connect it

  1. Create a project token in your project's settings (a secret key starting with cxp_). Copy it when shown.
  2. Install @crux/playwright in your test project and make the token available where your tests run (for example, a build-pipeline secret).
  3. Tag the tests you want tracked so Crux can match them to your test cases.
  4. Run your tests as usual. Results upload automatically.

Results then appear under the project — grouped by environment and branch, with pass/fail status, durations, retries, and error details.