mmisty / cypress-allure-adapter

Apache License 2.0
22 stars 7 forks source link

Gherkin phrases are being nested #214

Closed Alvis-pixel closed 2 months ago

Alvis-pixel commented 2 months ago

Describe the bug After upgrade to 2.6.1, my allure report shows with nested Gherkin phrases. I had to revert all the way to 2.2.2 before phrases are listed as expected.

To Reproduce Steps to reproduce the behaviour:

  1. Run a Cypress Cucumber test with @badeball/cypress-cucumber-preprocessor
  2. npx allure serve

Expected behaviour Report containing Gherkin execution steps in a list

Actual behaviour Report containing Gherkin execution steps in a list, but nested underneath each other. see screenshot

Screenshots image

Desktop (please complete the following information):

Attachments

Workaround

Does the issue have workaround? [ yes / no ] Yes, revert cypress-allure-adapter to version 2.2.2

Additional context

mmisty commented 2 months ago

@Alvis-pixel thank you for reporting this, in the progress of fixing.

mmisty commented 2 months ago

Could you please check 2.6.3 version, should be fixed there

Alvis-pixel commented 2 months ago

It looks good in 2.6.3, thank you!