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
brian-mann
changed the title
Create fall-through for API warning messaging + new warning messaging for usage limits
Create fall-through for API warning messaging
Jun 27, 2019
Current behavior:
If the API sends a warning message to the Test Runner that is not recognized as a key, the warning message is never displayed.
There is also some new messaging that should be added per our upcoming Dashboard changes:
FREE_PLAN_NEARING_MONTHLY_TESTS
PAID_PLAN_NEARING_MONTHLY_TESTS
PAID_PLAN_PARALLELIZATION_DISABLED
PAID_PLAN_RUNS_HIDDEN
PLAN_IN_GRACE_PERIOD_PARALLEL_FEATURE_USED
(somehow there is not a message written for this, although this is an older message)Desired behavior:
If the Cypress API sends a warning message and we haven't coded a key to match it, it should fall-through and print the API's message as is.
Steps to reproduce: (app code and test code)
Versions
Cypress 3.3.1
The text was updated successfully, but these errors were encountered: