From e9e59fb4672f46f7bc2fe2df2480fc74b74e41e6 Mon Sep 17 00:00:00 2001 From: ramakrishnajangatisetty Date: Mon, 21 Jul 2025 13:23:21 -0500 Subject: [PATCH] Added JSON format for launch.json in README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da6bf07..9de71f7 100644 --- a/README.md +++ b/README.md @@ -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", @@ -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.