xa11y 0.7.0

Cross-platform accessibility client library — unified API for reading and interacting with accessibility trees
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Cross-platform integration tests for xa11y.
//!
//! These tests require a running test application (xa11y-test-app) with an
//! accessibility provider. On Linux, this means Xvfb + D-Bus + AT-SPI2.
//!
//! Run with: cargo xtask test-integ
//!
//! All tests are `#[ignore]` — the harness script runs them with `--ignored`.
//!
//! The tests are split across submodules under `tests/integ/` so each
//! thematic group lives in its own file while still compiling into this
//! single `integ_test` binary (keeping compile cost flat).

mod integ;