https://cypress.io logo
hi everyone, we are using cy.request in our test p...
# e2e-testing
f
hi everyone, we are using cy.request in our test project, mainly for creating test data using our application REST. we enabled 'retryOnStatusCodeFailure' property but noticed the retryIntervals are too short for us and wanted to increase them. when trying to set retryIntervals on our cy.request TSC is screaming it does not exist in type 'Partial. so how do change retryIntervals default value ?