tgriesser / cypress-graphql-mock

Adds commands for executing a mocked GraphQL server using only the client
171 stars 43 forks source link

Mock graphql HTTP OPTIONS request #36

Closed thiggins826 closed 4 years ago

thiggins826 commented 4 years ago

Is it possible to mock an applications call to HTTP OPTIONS?

My application under test will fail to load if the calls to OPTIONS are dropped