This repository's objective is to show how you can configure trace-based tests using the Tracetest Playwright Engine Trigger.
This example is part of the official Tracetest docs and can be found by following this link.
- Copy the
.env.template
file to.env
. - Log into the Tracetest app.
- Fill out the TRACETEST_API_TOKEN with an admin role token and the TRACETEST_ENVIRONMENT_ID with the id of your environment.
- Run
docker compose run tracetest-run
. - Follow the links in the log to view the test runs programmatically created by your Playwright script.