Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Cypress + Cucumber] Execution commands are not grouped into Given-When-Then steps #1059

Open
ameduza opened this issue Jul 12, 2024 · 1 comment

Comments

@ameduza
Copy link

ameduza commented Jul 12, 2024

Describe the bug
Execution commands are not grouped into Given-When-Then steps

Project structure: Cypress (latest) + @badeball/cypress-cucumber-preprocessor (latest )+ allure-cypress (latest: 3.0.0-beta.6)

To Reproduce
Steps to reproduce the behavior:

  1. Open attached project cypress-cucumber-allure.zip
  2. npm install to initialize
  3. run cypress run to run all tests and produce allure-results
  4. generate AllureReport and open test result

Expected behavior
Scenario commands are grouped as per Given-When-Then steps like it was in a previous Cypress-Allure adapter (@shelex/cypress-allure-plugin).

Screenshots
image

Additional context
I do understand that I can wrap commands into allure.step() but this doesn't make any sense in case of Cucumber. GWT steps are already containers for the commands.

@jhilimirejc
Copy link

Can confirm that i am seeing the same results
├── [email protected]
├─┬ [email protected]
│ ├── [email protected]
│ └── [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants