Some checks failed
CD / Build and push images (push) Successful in 2m2s
CI / Lint, typecheck, test (push) Successful in 1m44s
CI / Auth e2e pack (push) Failing after 1m50s
CI / Build container images (push) Has been skipped
CD / Deploy to Test (push) Successful in 8s
CD / Smoke tests against Test (push) Successful in 1m8s
CD / Promote to Int (push) Successful in 10s
Seed script extends the fixture matrix with a shared "Content Fixtures" pond (owned by fixture-user): an "Every Element" page covering every editor schema node and mark (#24), and a "Fixture Image" page with one real, servable uploaded image. "Every Element" loads a checked-in Yjs snapshot (prisma/fixtures/content-page.yjs) generated from a human-readable Markdown source (content-page.md) via a deterministic regeneration script (pinned Y.Doc clientID; refuses to write a snapshot that isn't a fixed point of the Markdown round-trip). New apps/web/e2e/content.spec.ts consolidates the M2 content regression pack: page lifecycle, editor basics, image paste, trash, and — the pack's actual regression pin — a byte-for-byte comparison of the fixture page's exported Markdown against the checked-in fixture. Verified this catches regressions: temporarily mutated docToMarkdown's heading serializer, rebuilt, re-seeded, confirmed the comparison failed, then reverted. This pack now runs in CI (a second step in the existing auth-e2e job, reusing its already-built-and-seeded stack) alongside the existing local-only feature packs. Closes #32
36 lines
558 B
Markdown
36 lines
558 B
Markdown
# Fixture Heading 1
|
|
|
|
## Fixture Heading 2
|
|
|
|
### Fixture Heading 3
|
|
|
|
#### Fixture Heading 4
|
|
|
|
A paragraph with **bold**, *italic*, `inline code`, ~~strikethrough~~, and a [link](https://dorfteich.example/docs).
|
|
|
|
A line that breaks here,\
|
|
and continues on the next line.
|
|
|
|
> A blockquote for good measure.
|
|
|
|
```
|
|
a fenced code block
|
|
spanning two lines
|
|
```
|
|
|
|
---
|
|
|
|
- bullet one
|
|
- bullet two
|
|
|
|
1. ordered one
|
|
2. ordered two
|
|
|
|
- [ ] unchecked task
|
|
- [x] checked task
|
|
|
|
| Header A | Header B |
|
|
| --- | --- |
|
|
| cell 1 | cell 2 |
|
|
|
|
 |