| Crates.io | test-by-a11y |
| lib.rs | test-by-a11y |
| version | 0.2.0 |
| created_at | 2024-09-15 19:59:05.708957+00 |
| updated_at | 2024-09-16 20:54:48.100507+00 |
| description | Write tests for UIs through the accessibility interface. |
| homepage | |
| repository | https://github.com/lilopkins/test-by-a11y |
| max_upload_size | |
| id | 1375736 |
| size | 19,429 |
Write integration tests for UI based software, testing via the accessibility interface.
Warning: Currently this only supports Linux through the ATSPI interface.
To see an example how to use this with the Gnome Calculator, see tests/test_gnome_calc.rs.