Cypress createRepo.cy.js was removed e2e folder. Not sure if the cypress.env.json changed format and it's not needed anymore. We could pass cypress tests on commit levels when it was there. Ran it before dom.cy.py.
The createRepo.cy.js file has been replaced with seedData.cy.js. Also, the Cypress.env.json file now needs a contributorID and contributorSignature. They can be anything.
Cypress createRepo.cy.js was removed e2e folder. Not sure if the cypress.env.json changed format and it's not needed anymore. We could pass cypress tests on commit levels when it was there. Ran it before dom.cy.py.