We regularly have issues that Cypress loads the different specs not in the alphabetical order given by the folders, but changing the order somehow, not executing the install spec first. By naming the install.cy.js now 00-install.cy.js, I hope that we get around this.
Thx