https://cypress.io logo
Cypress CI pipeline does not recognize API calls
# i-need-help
s
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'd appreciate it if someone could help me out!