kuceb / cypress-plugin-retries

A Cypress plugin to retry failed tests.
MIT License
237 stars 20 forks source link

not seeing the retry logging #41

Closed psurana0329 closed 4 years ago

psurana0329 commented 4 years ago

upgraded the plugin retry version and attempting to add retry logging but for some reason but doing module.exports=(on) => { require('cypress-plugin-retries/lib/plugin')(on); }

shows nothing about retries on my terminal, All i see is the barrage of get and post requests

kuceb commented 4 years ago

@psurana0329 the logging will only happen when mocha output is being logged, which is only in cypress run mode.