Run your tests locally against your development environment
debug
command. This is the recommended approach for local test execution.
debug
command to run tests against your local development environment:
--url <url>
(required): URL of your locally running application--id <uuid>
: ID of a specific test case you want to run--environmentId <uuid>
: ID of the environment to use--testTargetId <uuid>
: ID of the test target (optional if configured via init
)--headless
: Run without the UI of Playwright and the browser--persist
: Write Playwright config and files to current directory for later userun locally
to get a shell script snippet which you can use to install and start Debugtopus.
Run locally button in advanced debugging tools in test result detail, 05/2025
copy to clipboard
.
Debugtopus shell script, 05/2025
Pasting debugtopus shell script to terminal, 02/2024
Change the url placeholder with your locally running application, 02/2024
Install Debugtopus, 02/2024
run
button which is displayed on the right side of the test case to run your test.
Run test button in Playwright UI, 02/2024
Playwright UI screenshot, 02/2024