-
Notifications
You must be signed in to change notification settings - Fork 5
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
Run the dashboard UI Test #584
Comments
What kind of tests do you have in mind, @amarouane-ABDELHAK and @Caden-Helbling? Unit tests at code level or end-to-end testing with some automation tool (Cypress or so) - or something in-between? We have had an external team look into UI testing strategies for VEDA UI a little while back. I am not sure how far they got, because we stopped that track quite early. @danielfdsilva, do you know whether any documentation exists from Qalified's strategizing? Depending on the kind of tests, it should probably be discussed whether they should be part of this repo / code base, or live in their own project (at least to begin with). Please feel free to discuss that strategy with @danielfdsilva and the other |
Perform an automated testing framework for functional and end-to-end testing of the dashboard and simulating the user interaction with the different UI components (buttons, links...)
I didn't know about this or any plan about using Qalified
Sounds good |
Initial implementation here: https://github.com/Caden-Helbling/selenium-testing |
We need to implement automated UI tests for the dashboard using an automated testing framework. This will help ensure the stability and quality of the dashboard components. The purpose of this issue is to provide the first tests to validate the contents of the web application across different browsers and platforms.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: