slavingia / fweb3.xyz

Home Page:fweb3.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cypress - Use fixtures instead of making api calls in CI

archae0pteryx opened this issue · comments

commented

API calls for the cypress e2e tests in CI is a bad pattern. We can add fixtures to our cypress config.

The process for setting this up would be to setup the polygon calls in postman and save the responses and add fixtures from these responses for cypress to use in the headless tests.