Skip to content
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

Allow B button to exit tests that are being run in auto mode #29

Open
abaire opened this issue Dec 30, 2021 · 2 comments
Open

Allow B button to exit tests that are being run in auto mode #29

abaire opened this issue Dec 30, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@abaire
Copy link
Owner

abaire commented Dec 30, 2021

Currently it's impossible to break out if the tester goes into auto run mode (either via timeout on the main menu or pressing 'X'). Ideally users should be able to break out of auto run mode and get back to the menu by pressing 'B' at any time.

@abaire abaire added enhancement New feature or request good first issue Good for newcomers labels Dec 30, 2021
@AKARSH-KUMAR-JHAA
Copy link

hey can i work on this issue

@abaire
Copy link
Owner Author

abaire commented Jan 10, 2022

hey can i work on this issue

Definitely. As a pointer you'll want to look at making TestSuite::RunAll substantially smarter.

I'd probably either return execution to the TestDriver's run loop so it can check for input or move the input event loop handling to a background thread that updates some shared state that the TestSuite can check in between tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants