logging to file doesn't include logs from all attempts
parkuman opened this issue · 2 comments
parkuman commented
Hi there! Love the project and just started investigating using it on our CI. I noticed that when logging to a file, it doesn't log every attempt. I think this information could be very useful if a test is retried multiple times and fails for different reasons.
archfz commented
This kindof was broken due to some change in cypress. See cypress-io/cypress#8413
But I checked the UI and their change makes sense. So I have just quickly re-implemented this for the plugins purpose.
Released in 6.1.0
parkuman commented
Thank you! Very much appreciated