Shelex / cypress-allure-plugin

cypress plugin to use allure reporter api in tests

Home Page:https://shelex.github.io/cypress-allure-plugin-example/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cucumber: The allure report logs the steps in inverse order

thienthu1410 opened this issue · comments

Describe the bug
Cucumber: The allure report logs the steps in inverse order

To Reproduce
Steps to reproduce the behavior:

  1. Get the example from https://github.com/Shelex/cypress-allure-plugin-example
  2. Run npm install
  3. Run the test
  4. Run the command to generate the allure report
  5. Run the command allure report to open the report
  6. Viewing the report, I see that the sub-steps inside the gherkin steps are logged in the inverse order

The steps definition:
image

The allure report:
image

Expected behavior
The order is logged in the proper order

Environment (please complete the following information):

  • Cypress version: 12.3.0
  • OS: Windows
    ** Developer Tools Console Output **

Additional context
Add any other context about the problem here.

Released in v2.34.1