Nick Bolles

Results 57 comments of Nick Bolles

I'm running into this too. Same issue as @justusbluemer I get the initial decision not to include it, but seems like pretty simple thing to add, and without it its...

yea, this is something I was wondering during dev. We could pipe through loading params to nuxt, rootDir is one of them. Otherwise it will just use CWD I believe....

Try out version 1.1, you can pass a rootDir in. Try it out and let me know.

yes, you would need to install nuxt in your cypress location too in order for the plugin to use nuxt to load the config. You would pass it in as...

Also, keep in mind that this is not needed for E2E tests with nuxt. for that you just start your dev build for nuxt and browse to it with cypress....

> So now it fails at `cy.wrap(Cypress.vue)` > It seems .vue is still undefined: > ![image](https://user-images.githubusercontent.com/8218910/78986106-c14b4580-7b2a-11ea-8d08-d93d4d648fb2.png) > > I tested to `.wrap(Cypress)`, that works, but there is no `.vue` on...

> Oh, renaming `example.spec.ts` to `example.spec.**js**` did the trick. do I need to do something else to import it in a TS file? Sounds like you need to update your...

> > So now it fails at `cy.wrap(Cypress.vue)` > > It seems .vue is still undefined: > > ![image](https://user-images.githubusercontent.com/8218910/78986106-c14b4580-7b2a-11ea-8d08-d93d4d648fb2.png) > > I tested to `.wrap(Cypress)`, that works, but there is...

@JoeSchr let me know if you have a branch I can use to test this out. Creating a few examples for this repo would be good too, so I might...

@JoeSchr I took a look, but that seems like a pretty complicated app and I can't get it to run on windows (looks like graphile expects bash syntax, or maybe...