stratum-test
Purpose
Test utilities for verifying component rendering, ARIA compliance, keyboard interaction, and end-to-end behavior.
Position in Pipeline
stratum-leptos stratum-dioxus
| |
+-------+--------+
|
stratum-test
|
(test suites)
Depends on: stratum-leptos, stratum-dioxus
Used by: Test suites across the workspace
Key Public API
| Item | Description |
|---|---|
| Render tests | Mount components in a virtual DOM and assert on output |
| ARIA tests | Assert correct ARIA roles, attributes, and live region announcements |
| Keyboard tests | Simulate keyboard events and verify focus management |
| E2E tests | Browser-based end-to-end test harness |
Usage Example
use ;
use Button;
How to Run Tests