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.
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.