test(authority): expand e2e roundtrip coverage

This commit is contained in:
Youzini-afk
2026-04-28 17:41:22 +08:00
parent 9cecb82617
commit 6747263eb2
5 changed files with 527 additions and 162 deletions

View File

@@ -23,6 +23,9 @@
"test:persistence-matrix": "npm run test:p0 && npm run test:runtime-history && npm run test:graph-persistence && npm run test:indexeddb",
"test:stable": "node scripts/run-test-suite.mjs",
"test:authority:e2e": "node tests/e2e/authority-server-primary.mjs",
"test:authority:e2e:diagnostics": "node tests/e2e/authority-diagnostics-roundtrip.mjs",
"test:authority:e2e:restore": "node tests/e2e/authority-checkpoint-restore.mjs",
"test:authority:e2e:all": "npm run test:authority:e2e && npm run test:authority:e2e:diagnostics && npm run test:authority:e2e:restore",
"test:all": "npm run test:stable",
"check": "node scripts/check-syntax.mjs"
},