tgriesser / cypress-graphql-mock

Adds commands for executing a mocked GraphQL server using only the client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please upgrade README

jakubszalaty opened this issue · comments

commented

This plugin isn't working for angular apps because of apollo-angular-link-http is using xhr to fetching data. This plugin works only for apollo links which are using fetch (like this in react).

I guess this info should be included in the readme.

commented

Is there a 'proper' way to get it working with Angular?