You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once egui_kittest is published, it would be great to use it for:
Implementing tests that don't rely on the on_render render hook,
Testing click interactions with the JsonTree,
Snapshot tests for visual regressions.
As egui_kittest relies on accessibility labels, these would need to be added to the toggle buttons, and in a way that specifies their JSON pointer string. This should be behind a feature flag for this crate.
The text was updated successfully, but these errors were encountered:
Once
egui_kittest
is published, it would be great to use it for:on_render
render hook,JsonTree
,As
egui_kittest
relies on accessibility labels, these would need to be added to the toggle buttons, and in a way that specifies their JSON pointer string. This should be behind a feature flag for this crate.The text was updated successfully, but these errors were encountered: