Kunal Ashar

Results 2 comments of Kunal Ashar

**Slight Correction to the steps:** 1. Add before hook in `cypress/support/index.js` with some HTTP request 2. Add beforeEach hook with some HTTP request in `*.spec.ts` 3. Make beforeEach hook fail....

The same issue happens without retries as well. Case 4 failed but the report shows cases 2 to 5 are broken. code ``` describe('Allure issue when beforeEach hook fails', ()...