cypress-failed-log icon indicating copy to clipboard operation
cypress-failed-log copied to clipboard

Upgrade to Cypress v3

Open bahmutov opened this issue 6 years ago • 1 comments

and set up CI caching correctly

bahmutov avatar May 31 '18 19:05 bahmutov

I got this error in cypress v3.0.1, strange becase tests are not failed, error happens on visit cypress_runner.js:139505 TypeError: Cannot read property 'currentTest' of undefined

Because this error occurred during a 'after each' hook we are skipping the remaining tests in the current suite: 'BV-asset-2e2.js:Happy flow:...' at onAfter (tests?p=cypress/integration/smokeTests/BV-asset-2e2.js-746:34697) at Context. (tests?p=cypress/support/index.js-065:894)

nanoflat avatar Jun 15 '18 15:06 nanoflat