Daniel Cooke

Results 96 comments of Daniel Cooke

@fridays Any updates on this?

Related to this I imagine: https://github.com/fridays/next-routes/issues/296

This is such a frustrating bug, with `testEnvironment` you can remove tonnes of boilerplate setup and teardown code from all of your tests. But unfortunately its not usable in a...

Same issue here with `next-js` application. ``` yarn run v1.19.1 $ start-server-and-test dev http-get://localhost:5000 cypress:open starting server using command "npm run dev" and when url "[ 'http-get://localhost:5000' ]" is responding...

I also experienced this crazy bug. Although your report of `introspectComments` causing the issue is a red herring I think. I believe the issue is related to the `typeFileNameSuffix` actually....

@piglovesyou thanks for the swift reply! So I do have `.graphql` files in my frontend - but they are just for queries and mutations. Not schema definition. My `schema` property...

@MiniMarker you legend. Nice one, thanks for the update I’ll try this out

@MiniMarker looks like this is not working for me, I get a different error now - it says my root `/docs` endpoint is not found after re-directing. Makes absolutely no...

Okay turns out its not realted to component testing but when I run with `npx cypress open-ct` Related to https://github.com/cypress-io/cypress/issues/2319

@mjhea0 @gearsdigital apologies this one went under my radar. Been a while. If you fancy fixing the tests we can get this merged. Not sure when I can get around...