https://cypress.io logo
Ok so I discovered why my tests were failing on Gi...
# e2e-testing
c
Ok so I discovered why my tests were failing on Github actions. My Next.js middleware is set to change http to https on production. Cypress fails with
error:100000f7:SSL routines:OPENSSL_internal:WRONG_VERSION_NUMBER
when localhost is using https. Is there any way of having the tests work with
https://localhost:3000/
?
2 Views