How to use
cy.request,window.fetch, andcy.taskcommands to make HTTP requests to the server with and without cookies
The cypress/integration/spec.js shows how to make HTTP requests with or without cookies. Read the blog post Cypress request and cookies for details.
To run assuming the dependencies were installed in the root folder:
$ npm run devClick on the spec file.