Skip to content

Commit

Permalink
remove tests from memory on spec end
Browse files Browse the repository at this point in the history
  • Loading branch information
epszaw committed Apr 4, 2024
1 parent a57c21a commit 3a5b15e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/allure-cypress/src/reporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ export class AllureCypress {

test.endTest(stop);
});

this.currentTestsByAbsolutePath.delete(spec.absolute);
}

attachToCypress(on: Cypress.PluginEvents) {
Expand Down

0 comments on commit 3a5b15e

Please sign in to comment.