César Albuquerque
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.   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.