Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cypress - Use fixtures instead of making api calls in CI #162

Open
archae0pteryx opened this issue Mar 8, 2022 · 0 comments
Open

Cypress - Use fixtures instead of making api calls in CI #162

archae0pteryx opened this issue Mar 8, 2022 · 0 comments

Comments

@archae0pteryx
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant