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

SPIKE: do not run browse e2e specs in pr's #377

Open
alishaevn opened this issue Feb 9, 2024 · 0 comments
Open

SPIKE: do not run browse e2e specs in pr's #377

alishaevn opened this issue Feb 9, 2024 · 0 comments

Comments

@alishaevn
Copy link
Contributor

Story

as of #371, the browse specs are running against the actual api. to prevent so many calls to the api from being made, we should investigate whether there is a way to make the current "browse.cy.js" file only run in CI against the main branch. not on pull requests. OR, if there's a way to only trigger the spec to run when the api is updated.

if it is possible, we could then create another browse spec that intercepts the api calls and tests for the same things. this would ensure that as we develop, we aren't knowingly breaking things. the version of the browse spec that calls the api would help us make sure that no api updates cause us any issues either.

Acceptance Criteria

  • [ ]

Screenshots / Video

Testing Instructions and Sample Files

Notes

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

No branches or pull requests

1 participant