Closed
Description
Hi, we want to be able to override the title used in the screenshot name. This is because we capture screenshots in different browsers and so want to have the display name of the browser into the screenshot file name.
Perhaps title
could be loaded from the options object if it defined?
I tried manually appending Cypress.currentTest.titlePath
, but this doesn't seem to persist inside the plugin.
Thank you