managed sessions only. allow for rename/delete

This commit is contained in:
2026-01-19 19:34:58 -05:00
parent e2048d8b69
commit 313ac44337
32 changed files with 1759 additions and 331 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "spiceflow-e2e",
"version": "1.0.0",
"description": "E2E tests for Spiceflow",
"type": "module",
"scripts": {
"test": "npx playwright test",
"test:ui": "npx playwright test --ui",
"test:headed": "npx playwright test --headed"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.57.0",
"@types/node": "^25.0.9",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
}
}