-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Add screenshot for experimental mode description (raylib UI test) #36327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add screenshot for experimental mode description (raylib UI test) #36327
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Adds a new screenshot test case for the experimental mode description in the raylib UI tests. This allows capturing screenshots of the expanded experimental mode description panel for testing purposes.
- Adds a new test setup function for the experimental mode description
- Registers the new test case in the CASES dictionary
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
so the most useful thing here isn't seeing the entire description, it's seeing that the html renderer is properly rendering the description at least somewhat. it's not entirely broken (which it was before) |
Want to add the confirmation dialog too? |
We should also have text entered on the keyboard screenshot |
Isn't that already implemented? But I noticed the onroad UI is missing. I was thinking of trying that but maybe it's something you would rather do. Oh and the alerts with status colors would be good. I could do the uppercase keyboard version, and one with numbers too. |
Oh I mean for experimental mode/alpha long with html renderer |
The full size alert was recently broken since there was no test for it, it'd be great to test that |
Adds a screenshot test case for the experimental mode description.
Part of it might be cut off at the bottom because we need scroll support. I figured out a better way to scroll that doesn't require xdotool, (updated my other PR also), so I can do that here if you like, or in a followup PR.
Ahh, it looks like it just barely fit after all.