César Albuquerque

Results 7 comments of César Albuquerque

Hi folks. I've been using Mirage for 3 years. It's awesome, thanks! well, I have same question. How we could intercept a requesting using Cypress? I don't want to to...

Hi @andrew-paterson , you could try to overwrite the serializer's [include](https://www.ember-cli-mirage.com/docs/api/modules/serializer~Serializer#include) property and/or serialize [method](https://www.ember-cli-mirage.com/docs/api/modules/serializer~Serializer#serialize).

As @ro0gr suggested, you could define your inputs as `page object` components and create a helper for doing it. ```js const inputHelper = (scope) => ({ scope, _fillIn: fillable(), fillIn(text)...

I got same issue. ![Screen Shot 2022-01-26 at 17 03 13](https://user-images.githubusercontent.com/869318/151238319-4e32863d-e4bd-4618-a207-51711960e9b0.png) ![Screen Shot 2022-01-26 at 17 01 28](https://user-images.githubusercontent.com/869318/151238322-972e8289-c180-4209-83b4-e17ae34d816d.png) See [this repository](https://github.com/albuquerquecesar/angular-cypress) in order to reproduce

Hi @andreLuis1506 . I was able to handle this situation by adding a queue of mocked requests. I am gonna suppose you are using Cypress + Mirage and you've followed...

> > Hi folks. I've been using Mirage for 3 years. It's awesome, thanks! > > well, I have same question. How we could intercept a requesting using Cypress? I...

Hi @mdbiscan . Check [this issue answer](https://github.com/miragejs/miragejs/issues/999) maybe it could help you.