2026-07-20 12:25:00 +02:00

402 B

Testing Framework Book

The book is an mdBook rooted at book/src/SUMMARY.md. Its current editing conventions and verification checklist live in ../docs/book-maintenance.md.

Build and test it from the repository root:

mdbook build book
mdbook test book

Preview it locally with:

mdbook serve book

Generated output goes to target/book/.