code-coverage icon indicating copy to clipboard operation
code-coverage copied to clipboard

Missing moment after upgrade v3.9.12

Open legassy opened this issue 3 years ago • 0 comments

Still have the same issue with code coverage v3.9.12

  208 |     })
  209 |     cy.task('coverageReport', null, {
> 210 |       timeout: Cypress.moment.duration(3, 'minutes').asMilliseconds(),
      |                               ^
  211 |       log: false
  212 |     }).then((coverageReportFolder) => {
  213 |       logInstance.set('consoleProps', ()

legassy avatar Dec 24 '21 12:12 legassy