Add Playwright launch configuration

This commit is contained in:
beatz174-bit
2025-11-23 13:24:28 +10:00
parent a1aa42386c
commit 7e7b4a2488
+7
View File
@@ -14,6 +14,13 @@
"request": "launch", "request": "launch",
"command": "npm run test", "command": "npm run test",
"cwd": "${workspaceFolder}" "cwd": "${workspaceFolder}"
},
{
"name": "Playwright Tests",
"type": "node-terminal",
"request": "launch",
"command": "npm run test:e2e",
"cwd": "${workspaceFolder}"
} }
] ]
} }