Cosimo Aloi
Cosimo Aloi
**This is how it works** ``` "cypress": "12.17.4", ` "dependencies": { "@angular/common": "^16.2.7", "@angular/core": "^16.2.7", "@angular/forms": "^16.2.7", "@angular/platform-browser": "^16.2.7", "@angular/platform-browser-dynamic": "^16.2.7", "@angular/router": "^16.2.7", "@angular/service-worker": "^16.2.7", "@capacitor/app": "5.0.6", "@capacitor/core": "5.4.2", "@capacitor/haptics":...
Exactly the same test, I'm just updating the Cypress to version 13. I also did a npm cache clean and a cypress cache clean. I can't explain it.
I found the problem with the route for the test src/app/+auth/* doesn't work for me if I change the route to src/app/auth/* it works So if I remove the "+"...
I can't promote the code, unfortunately, but I can provide you with the path. src/app/+auth/login/auth-login-form/auth-login-form.cy.ts In that case, the + is in the name of a folder +auth. In version...
My version is 18.11 but thanks for the input.