skillhub/web/e2e/helpers
dongmucat 5c95ab2b38 feat(skill): add version compare page with unified diff
Introduce a dedicated `/space/$namespace/$slug/compare` page that compares
two published skill versions GitHub-style: left file list + right unified
diff. Backend exposes `GET /versions/compare` returning structured diff
(computed via java-diff-utils) with per-file hunks, binary placeholder,
and truncation flags. Frontend uses two version selectors scoped to
PUBLISHED versions, a file search box, active-file highlighting, and
whitespace-preserving unified view. E2E covers the publish + rerelease
+ approve round trip; controller/domain tests cover happy path and
same-version rejection.
2026-05-07 09:45:26 +08:00
..
auth-fixtures.ts feat(auth): 邮箱验证码重置密码与 SMTP 配置支持 (#273) 2026-04-13 20:27:00 +08:00
review-seed.ts test(review): stabilize namespace review e2e setup 2026-04-14 09:29:18 +08:00
search-seed.ts test(e2e): stabilize duplicate registration and search cards 2026-04-09 13:19:06 +05:30
session.ts test(review): stabilize namespace review e2e setup 2026-04-14 09:29:18 +08:00
test-data-builder.ts feat(skill): add version compare page with unified diff 2026-05-07 09:45:26 +08:00