You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running Cypress with Github Actions, and everything has been working well until I restructured how some of our environment variables are being pulled in. When I did this, everything continued to work as expected outside of Cypress not respecting the specPattern specified in cypress.config.ts
I am using cypress-io/github-action@v6
You can see from the output that calculator.cy.ts is running first, and the order of the tests ends up running alphabetically.
The issue started after I added in Cypress Cloud recording. The recording works fine, but it seems to be throwing off the specPattern. If I remove the projectId, the specPattern is recognized.
Desired behavior
Run tests in the order they are specified in the specPattern
Test code to reproduce
Let me know if you need any more information, and I can try to get something set up.
Cypress Version
12.17.4
Node version
v20.18.0
Operating System
ubuntu-latest
Debug Logs
Other
No response
The text was updated successfully, but these errors were encountered:
Current behavior
I am running Cypress with Github Actions, and everything has been working well until I restructured how some of our environment variables are being pulled in. When I did this, everything continued to work as expected outside of Cypress not respecting the specPattern specified in
cypress.config.ts
I am using
cypress-io/github-action@v6
You can see from the output that
calculator.cy.ts
is running first, and the order of the tests ends up running alphabetically.Config file
The issue started after I added in Cypress Cloud recording. The recording works fine, but it seems to be throwing off the specPattern. If I remove the projectId, the specPattern is recognized.
Desired behavior
Run tests in the order they are specified in the specPattern
Test code to reproduce
Let me know if you need any more information, and I can try to get something set up.
Cypress Version
12.17.4
Node version
v20.18.0
Operating System
ubuntu-latest
Debug Logs
Other
No response
The text was updated successfully, but these errors were encountered: