Skip to content

Commit c535dcf

Browse files
Merge pull request #8 from ramjangatisetty/feature/githubworkflowwithdocker
Added JSON format for launch.json in README.md
2 parents 9060019 + e9e59fb commit c535dcf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ Supports cross-browser testing, rich reporting with **Allure**, Dockerized execu
3434
You can debug your Playwright tests using VS Code's built-in debugger and the provided launch.json configuration.
3535

3636
Example launch.json configuration:
37-
37+
38+
```json
3839
{
3940
"type": "node",
4041
"request": "launch",
@@ -55,6 +56,8 @@ Supports cross-browser testing, rich reporting with **Allure**, Dockerized execu
5556
"console": "integratedTerminal",
5657
"internalConsoleOptions": "openOnSessionStart"
5758
}
59+
```
60+
5861
How to Use
5962
Open your project in VS Code.
6063
Set breakpoints in your test or page files.

0 commit comments

Comments
 (0)