mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
Adds playwright component fixture tests
This commit is contained in:
committed by
Henning Dieterichs
parent
bd5138e608
commit
6e701d61b3
17
test/componentFixtures/playwright/package.json
Normal file
17
test/componentFixtures/playwright/package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "code-oss-component-fixture-tests",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"test": "playwright test",
|
||||
"test:headed": "playwright test --headed",
|
||||
"test:debug": "playwright test --debug"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.52.0",
|
||||
"@types/node": "22.x",
|
||||
"typescript": "^5.8.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user