Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ Supports cross-browser testing, rich reporting with **Allure**, Dockerized execu
You can debug your Playwright tests using VS Code's built-in debugger and the provided launch.json configuration.

Example launch.json configuration:


```json
{
"type": "node",
"request": "launch",
Expand All @@ -55,6 +56,8 @@ Supports cross-browser testing, rich reporting with **Allure**, Dockerized execu
"console": "integratedTerminal",
"internalConsoleOptions": "openOnSessionStart"
}
```

How to Use
Open your project in VS Code.
Set breakpoints in your test or page files.
Expand Down
Loading