tgriesser / cypress-graphql-mock

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

Update installation steps to include commands addition #2

Closed wachunga closed 5 years ago

wachunga commented 5 years ago

Those experienced with Cypress may realize this, but I think it's worth mentioning you also need to update commands.js with:

import 'cypress-graphql-mock';

tgriesser commented 5 years ago

Added, thanks!