mjlading / flashlearn

A learning webapp for students
https://flashlearn.no
2 stars 0 forks source link

Frontend tests #87

Open Gunnar-Solli-Olsen opened 5 months ago

Gunnar-Solli-Olsen commented 5 months ago

We have cypress, but currently there are no integration tests for the frontend. To ensure that new changes don't break old features we should start writing tests that cover cases we currently support.

TODO: add pages to this list

HOME PAGE

DASHBOARD

DECKS

COLLECTIONS

PROGRESS

USER

Gunnar-Solli-Olsen commented 5 months ago

User frontend tests are somewhat brittle due to not checking if the test user is set up correctly, this should be fixed in the future