LironEr / cypress-mochawesome-reporter

Zero config Mochawesome reporter for Cypress with screenshots and videos
MIT License
159 stars 49 forks source link

failed screenshots are not attached to report at embedded child "describe" scenario #45

Closed elsakhiy closed 3 years ago

elsakhiy commented 3 years ago

Hi, the report is not able attach failed screenshots when the spec file contains embedded "describe ". please see below example

describe("Cypress Testing", () => { describe('Test scenario', function () { it('positive testing', function () { cy.log("test "); }); });

LironEr commented 3 years ago

Released a fix in v2.2.1

Please use the Bug Report issue template next time.