SURFnet / sp-dashboard

SURFconext Service Provider Dashboard
Apache License 2.0
5 stars 2 forks source link

Cypress fixture for testing connection requests #1179

Open phavekes opened 3 weeks ago

phavekes commented 3 weeks ago

This issue is imported from pivotal - Originaly created at Jan 19, 2023 by sjaak2

At this moment the cypress tests fail due to fact that there are no services loaded in the test database. A first approach to load fixtures into the test database is to use a cypress task and load a dumped service table into the test database. A more advanced option would be to use SQL to insert the services into the database.