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

Recognize "cy.step" or provide a way in Cypress to report steps within its #224

Open
lhidalgomqa opened this issue Jul 15, 2024 · 0 comments

Comments

@lhidalgomqa
Copy link

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

When i write tests in Cypress, can use the cy.step plugin to add steps in the tests.
Is a good practice but, in mochaawesome report, this functionality not recognize the step and doesn't report correctly the test.
Cypress cy.step plugin: https://github.com/filiphric/cypress-plugin-steps

Describe the solution you'd like

We need mochaawesome to recognize steps, sections, logs with steps, to be able to attach the tests in a more user-friendly way.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Provide in mochaawesome some way to define the steps (other than its within the describes) and for the steps to be displayed correctly in the HTML reports.

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

No branches or pull requests

1 participant