egui/tests
Lucas Meurer d5320fe827 Improve accessibility and testability of `ComboBox` (#7658)
Changed it to use labeled_by to avoid kittest finding the label when
searching for the ComboBox and also set the value so a screen reader
will know what's selected.
2025-11-13 11:53:50 +01:00
..
egui_tests Improve accessibility and testability of `ComboBox` (#7658) 2025-11-13 11:53:50 +01:00
test_egui_extras_compilation Add `taplo.toml` for toml formatting (#7618) 2025-10-09 15:38:00 +02:00
test_inline_glow_paint Add `taplo.toml` for toml formatting (#7618) 2025-10-09 15:38:00 +02:00
test_size_pass Add `taplo.toml` for toml formatting (#7618) 2025-10-09 15:38:00 +02:00
test_ui_stack Use more workspace dependencies (#7596) 2025-10-07 15:07:16 +02:00
test_viewports Add `taplo.toml` for toml formatting (#7618) 2025-10-09 15:38:00 +02:00
README.md Move test crates to own folder (#4554) 2024-05-27 21:28:33 +02:00

README.md

Test apps

Some application to tests various parts of egui and eframe.

At some point it would be nice to have automatic screenshot regression tests for these.