diff --git a/packages/allure-cypress/src/reporter.ts b/packages/allure-cypress/src/reporter.ts index 1662a2fee..502899336 100644 --- a/packages/allure-cypress/src/reporter.ts +++ b/packages/allure-cypress/src/reporter.ts @@ -75,6 +75,8 @@ export class AllureCypress { test.endTest(stop); }); + + this.currentTestsByAbsolutePath.delete(spec.absolute); } attachToCypress(on: Cypress.PluginEvents) {