cypress-allure-plugin icon indicating copy to clipboard operation
cypress-allure-plugin copied to clipboard

cypress plugin to use allure reporter api in tests

Results 35 cypress-allure-plugin issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Test duration is not equal to the sum of test steps using cypress-cucumber-preprocessor: ![image](https://github.com/Shelex/cypress-allure-plugin/assets/128488979/42b484d2-319f-420a-95f6-9811d2708c25) **To Reproduce** 1. Write the test using cypress-cucumber-preprocessor 2. Generate Allure reports 3....

bug
cucumber-preprocessor

**Describe the bug** The nested Step() inside the parent step is displayed as a separate test step: ![image](https://github.com/Shelex/cypress-allure-plugin/assets/128488979/7479185f-8d59-4849-9506-df158b5a49ab) ![image](https://github.com/Shelex/cypress-allure-plugin/assets/128488979/0981de94-0c75-42cd-bf47-3c47ec02e135) Cucumber Specification: https://github.com/badeball/cypress-cucumber-preprocessor/blob/master/docs/cucumber-basics.md **To Reproduce** Steps to reproduce the behavior: 1....

enhancement
cucumber-preprocessor

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...

bug

Hi, can you fix plugin to work with newest version of cypress?

enhancement

**Description:** There is an issue with the Allure reporting in our Cypress tests where failures in the before and after hooks are not being logged correctly. Specifically: **Error in before...

bug