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
I'm having a weird problem where tests pass locally, but not in CI. I think it's because my options (element padding and failureThreshold) are not being respected, in CI only.
CI is obviously cloud containers, so there are some environmental differences. In CI, we are cacheing cypress, for instance.
I've tried passing the options in-script, and also in support\commands.js
Also, my Cypress is in Typescript.
The text was updated successfully, but these errors were encountered:
I'm having a weird problem where tests pass locally, but not in CI. I think it's because my options (element padding and failureThreshold) are not being respected, in CI only.
CI is obviously cloud containers, so there are some environmental differences. In CI, we are cacheing cypress, for instance.
I've tried passing the options in-script, and also in support\commands.js
Also, my Cypress is in Typescript.
The text was updated successfully, but these errors were encountered: