630:P1 Add UI test for ESC toggling menu overlay#3
Closed
riley-1995 wants to merge 27 commits into
Closed
Conversation
Enabled blank issues and removed contact links.
…integration 630:P1 Enable GoogleTest integration via vcpkg manifest when BUILD_TESTING=ON
Add ListAudioDevices test and update test core lib
…apture implementation file.
…ces config before and after calling ListAudioDevices().
…ariable on 2nd declaration.
Add unit test for --listAudioDevices CLI option behavior
…s and NuGet auth for upstream.
…ild-check-time Improve Windows CI performance with fork-safe vcpkg binary caching
630:P1 Add integration render smoke test to prevent blank render regressions.
Update render test OpenGL import for Apple, silence depreciation warnings
Add CLI integration test to ensure --help exits without entering RenderLoop
630:P1 Application enters and exits main render loop once
Author
|
Accidentally made PR to your fork rather than mine. Please ignore. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a UI-level test that verifies the ESC key toggles the menu overlay visibility exactly once per press.
The test:
Confirms:
The test runs in headless environments (CI) by configuring dummy SDL drivers where needed.
This protects against regressions where:
Closes projectM-visualizer#18.