cypress-allure-plugin
cypress-allure-plugin copied to clipboard
[cypress-cucumber-preprocessor] The nested Step() is recognized as a separate test step
Describe the bug
The nested Step() inside the parent step is displayed as a separate test step:
Cucumber Specification: https://github.com/badeball/cypress-cucumber-preprocessor/blob/master/docs/cucumber-basics.md
To Reproduce Steps to reproduce the behavior:
- Create a test scenario with cypress-cucumber-preprocessor
- Inside the Given step reuse another step
- Display Allure Reports
Expected behavior Show nested step inside given step.
Environment (please complete the following information):
- Cypress version: 12.13
- OS: Windows 11