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
#57 already covers .only, but I think it would be valuable to either have a single rule, or individual rules, to cover other Cypress calls that are usually just for debugging and we don't want to accidentally commit to source control, including:
#57 already covers
.only
, but I think it would be valuable to either have a single rule, or individual rules, to cover other Cypress calls that are usually just for debugging and we don't want to accidentally commit to source control, including:cy.pause
xdescribe/xit/.skip
.only
(Again, see Suggestion: add rule that prevents focused tests #57)cy.debug
The text was updated successfully, but these errors were encountered: