diff --git a/.vscode/launch.json b/.vscode/launch.json index a9602c0..a6f0ff6 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -14,6 +14,13 @@ "request": "launch", "command": "npm run test", "cwd": "${workspaceFolder}" + }, + { + "name": "Playwright Tests", + "type": "node-terminal", + "request": "launch", + "command": "npm run test:e2e", + "cwd": "${workspaceFolder}" } ] }