test: cover critical regression paths - #1045
Open
vibhor1102 wants to merge 1 commit into
Open
Conversation
vibhor1102
marked this pull request as ready for review
August 12, 2026 14:54
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.
Summary
Adds regression coverage for critical paths across gesture execution, database migrations, scenario backup import, counters, actions, conditions, events, and scenario editing.
The branch targets dev-4.0.0-beta08-fixes and contains the test commit only. The temporary hosted verification workflow used during validation was removed before opening this PR.
Findings from verification
The hosted verification run executed the independent test tasks and exposed four failures. The tests appear valid and are intentionally left unfixed for maintainer review:
These findings are tracked in #1046. This PR adds the regression tests only; production fixes are intentionally left for separate maintainer follow-up.
Validation
Hosted verify run: https://github.com/vibhor1102/Smart-AutoClicker/actions/runs/31606697584
The run used the temporary verify-only workflow and reported the four test failures above. No local Gradle tests were run because repository guidance prohibits local compilation/testing on this machine.