GrottoCenter / grottocenter-front

Grottocenter web client
https://grottocenter.org
GNU Affero General Public License v3.0
6 stars 1 forks source link

[TEST] Setup tests #23

Open Kurdty opened 7 years ago

Kurdty commented 7 years ago

Actions:

To be done ASAP

ClemRz commented 3 years ago

We'll need QAs in the team!

bsoufflet commented 3 years ago

@ClemRz Not exactly the same but we now have storybook with a lot of components written by @maximenathan available for testing !

Clm-Roig commented 2 years ago

I'm closing this, feel free to open an issue on the new front repo here if needed: https://github.com/GrottoCenter/grottocenter-front

maximenathan commented 2 years ago

Testing components could be done with Cypress ("end to end" test with mocked data)

Clm-Roig commented 2 years ago

It can be very useful to start with Cypress with a basic test : navigate to all page to verify they all load (and, thus, are not broken). This will prevent some issues such as #663 and will not be difficult to be done.

Clm-Roig commented 1 year ago

It can be very useful to start with Cypress with a basic test : navigate to all page to verify they all load (and, thus, are not broken). This will prevent some issues such as #663 and will not be difficult to be done.

Working on this today!