This is a Javascript project using Cypress and GraphQL
This project uses as well Cypress.api calls all the credit to the author.
First, clone this repo
Then, run yarn install
yarn install
And last, run Cypress for the first time
npx cypress open
# or
yarn cypress open
# or
pnpm cypress open
You can edit the files by modifying the cypress/e2e/
files. The program auto-updates as you edit the file.
This project uses the Rick & Morty GraphQL
To learn more about Cypress, take a look at the following resources:
- Cypress Documentation - learn about Cypress features and other types of applications.