-
Notifications
You must be signed in to change notification settings - Fork 25
Add e2e tests for the frontend #1657
Copy link
Copy link
Labels
CI/CDMost or all of the changes are about automated tests / Github's CIMost or all of the changes are about automated tests / Github's CIFrontendMost or all of the changes for this issue will be in the frontend code.Most or all of the changes for this issue will be in the frontend code.
Milestone
Metadata
Metadata
Assignees
Labels
CI/CDMost or all of the changes are about automated tests / Github's CIMost or all of the changes are about automated tests / Github's CIFrontendMost or all of the changes for this issue will be in the frontend code.Most or all of the changes for this issue will be in the frontend code.
Type
Projects
Status
Todo
We have unit tests that cover the unit functionality for the backend, then integration tests to check if the calls to the backend endpoints are correct.
But, there should also be automated tests for the frontend interaction (end to end, or e2e tests), such as moving from page to page, using filters, and interacting with the dashboard in general. This way we can have another layer of automated testing so that there is less manual work for deploying changes.