Oleksandr Shevtsov
Oleksandr Shevtsov
Hello, I'm not sure if I missed an option or if this is a known issue. But I have retires set to 2 in cypress.json ``` "retries": { "runMode": 2,...
**Describe the bug** In case test contains redirects or opening pages from different origins Cypress loads index.js file again wiping allure data. Could result in missing test data or with...
**Describe the bug** Failed beforeEach hook missing attached request logs **To Reproduce** Steps to reproduce the behavior: 1. Use beforeEach hook with some http request 2. make it fail **Expected...
Hello team, I have configured the allure report successfully with my setup. I used version conf as below. Cypress: 12.5.1 After executing my test case. I am getting results for...