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

Better testing, maybe via snapshot/ui_tests #55

Open
xFrednet opened this issue Nov 15, 2024 · 0 comments
Open

Better testing, maybe via snapshot/ui_tests #55

xFrednet opened this issue Nov 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@xFrednet
Copy link
Collaborator

FrankenScript's tests currently only check the final status (Success or Failure) of the executable after running a script. The type of error is never checked.

I think the best and easiest way would be to add snapshot testing. In Clippy, we use snapshot testing with the ui_tests crate and that has been working well for us. This would require some normalization of the memory addresses, as suggested by #54.

@xFrednet xFrednet added the enhancement New feature or request label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant