Adds playwright component fixture tests

This commit is contained in:
Henning Dieterichs
2026-04-01 11:05:45 +02:00
committed by Henning Dieterichs
parent bd5138e608
commit 6e701d61b3
10 changed files with 405 additions and 0 deletions

View 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"
}
}