Files
Jack Kingsman 8690613bc7 Add e2e tests
2026-02-03 16:00:00 -08:00

12 lines
209 B
JSON

{
"name": "remoteterm-e2e",
"private": true,
"scripts": {
"test": "playwright test",
"test:headed": "playwright test --headed"
},
"devDependencies": {
"@playwright/test": "^1.52.0"
}
}