-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Test] Setup autotest infrastructure #23
Conversation
Test Results 6 files 12 suites 20s ⏱️ For more details on these failures, see this check. Results for commit 800c460. ♻️ This comment has been updated with latest results. |
242863c
to
800c460
Compare
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.
As an initial version of the tests LGTM. It would be nice to read the version from cargo.toml and not have it hardcoded, but that's nitpicking.
Also please squash the commits on merge time.
Description
This PR adds the automated tests infrastructure of the EIM GUI.
The initial test only launches the application and checks the application is running and the version printed on the page footer.
2 Additional test worflow are added:
Express installation (single click test automation process)
Expert Installation (Step by step flow using basic settings)
TODO:
Setup CI workflow
Related
Testing
Checklist
Before submitting a Pull Request, please ensure the following: