//! Integration test exercising the uikit from outside the crate: renders every
//! primitive (all variants) to HTML via dioxus-ssr, asserts none renders empty,
//! and writes the gallery into `tests/visual/dist/` for the Playwright visual
//! pass. The board definition is shared with `examples/all_primitives.rs`.
include!;