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 was wondering if it was possible to extend the output target to include a datetime with an additional timestamp formatting option
If the string is just [datetime] without the timestamp option it will default to isoDateTime.
e.g
outputTarget: {
'Cypress-output-[datetime].html': 'html',
},
timestamp: "yyyy-MM-dd_HHmm"
this would help when running multiple times during the day