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

[cypress-cucumber-preprocessor] The nested Step() is recognized as a separate test step

Open przedab opened this issue 1 year ago • 0 comments

Describe the bug The nested Step() inside the parent step is displayed as a separate test step: image

image

Cucumber Specification: https://github.com/badeball/cypress-cucumber-preprocessor/blob/master/docs/cucumber-basics.md

To Reproduce Steps to reproduce the behavior:

  1. Create a test scenario with cypress-cucumber-preprocessor
  2. Inside the Given step reuse another step
  3. Display Allure Reports

Expected behavior Show nested step inside given step.

Environment (please complete the following information):

  • Cypress version: 12.13
  • OS: Windows 11 image

przedab avatar Jun 07 '23 14:06 przedab