Add e2e tests for the frontend
Open
@WilsonNet is already working on this.
Since Dec 8, 2025.
CI/CD
Frontend
- Dominant language
- Python
- Stars
- 9
- Forks
- 31
- Avg merge
- 3d 19h
- Merged PRs (30d)
- 16
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.