You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: