Add Playwright launch configuration
This commit is contained in:
Vendored
+7
@@ -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}"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user