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
When our new billing portal is deployed, there will be warnings/errors when recording tests if limits reached. This will never affect test runs where the --record flag is omitted.
step 1
Grace Period warning over test recordings warning FREE_PLAN_IN_GRACE_PERIOD_EXCEEDS_MONTHLY_PRIVATE_TESTS
Over test recordings warning (paid plan) FREE_PLAN_EXCEEDS_MONTHLY_PRIVATE_TESTS
step 2
After doing warnings, extend handle 402 errors from the API which will have errors
When our new billing portal is deployed, there will be warnings/errors when recording tests if limits reached. This will never affect test runs where the
--record
flag is omitted.step 1
FREE_PLAN_IN_GRACE_PERIOD_EXCEEDS_MONTHLY_PRIVATE_TESTS
FREE_PLAN_EXCEEDS_MONTHLY_PRIVATE_TESTS
step 2
After doing warnings, extend handle 402 errors from the API which will have errors
Parallel runs TBD
This logic is similar to the custom errors here
cypress/packages/server/lib/modes/record.coffee
Line 293 in b656c67
only now we need to handle even successful 200 response, because it will have
warnings
list attached postRunResponse@2.1.0. The error codes are listed for now here: https://github.com/cypress-io/cypress-api/wiki/Errors#warnings-when-creating-a-run-buildThe text was updated successfully, but these errors were encountered: