Add e2e tests

This commit is contained in:
Jack Kingsman
2026-01-30 20:33:55 -08:00
parent b302bd74ff
commit 8690613bc7
12 changed files with 745 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"name": "remoteterm-e2e",
"private": true,
"scripts": {
"test": "playwright test",
"test:headed": "playwright test --headed"
},
"devDependencies": {
"@playwright/test": "^1.52.0"
}
}