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
Hi,
I have an issue with Cypress CI pipeline for my Vue project. I can run and pass all of my tests with no errors or skips locally. However, when I try running the Cypress CI pipeline on Github Actions, it fails to recognize my API calls and produces various errors. It does not even seem to run API calls as my data won't even load! (It is ok locally)
I have tried different codes for my .yml file with no luck!
The strange thing is, it sometimes passes some of the previously failed tests but fails new ones!
I have attached a photo of my yml and errors.
I'd appreciate it if someone could help me out!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have an issue with Cypress CI pipeline for my Vue project. I can run and pass all of my tests with no errors or skips locally. However, when I try running the Cypress CI pipeline on Github Actions, it fails to recognize my API calls and produces various errors. It does not even seem to run API calls as my data won't even load! (It is ok locally)
I have tried different codes for my .yml file with no luck!
The strange thing is, it sometimes passes some of the previously failed tests but fails new ones!
I have attached a photo of my yml and errors.
I'd appreciate it if someone could help me out!
Beta Was this translation helpful? Give feedback.
All reactions