Merge pull request #42 from beatz174-bit/codex/add-playwright-tests-to-launch.json

Add Playwright launch configuration
This commit is contained in:
beatz174-bit
2025-11-23 13:24:42 +10:00
committed by GitHub
+7
View File
@@ -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}"
}
]
}