[Vuejs]-Why might my Vue.js project not show up during a CircleCI test using Cypress?

2👍

So, of course this was super annoying. I’m not sure what the chances are of this happening to somebody else, but here’s the answer to my problem:

Google Analytics

On my CI I don’t have a GA code, and it was falling back to empty string, so it wasn’t able to load the page. It didn’t show up on the sever logs as it was an issue on the client side, and it’s not yet possible to easily get client logs using Cypress (coming soon).

0👍

Interesting, Thomas,

Could you open a GitHub issue with a link to a small repo that we can try ourselves? I do not see any factors that might affect running Cypress tests against Nuxt app on Circle

Leave a comment