allureCypress support for cucumber #2409
-
Hi all! We all benefit a lot from the allure report. Its the best reporting tool by far! What we need is to have it support for the cypress with cucumber frameworks. The well maintained cucumber preprocessor can be found here. At the moment when I use the allureCypress plugin I just get the scenario result, if its passed. No more details about steps, cypress commands etc. If it will be helpful, I can gladly submit a minimal repo with Cypess and cucumber. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
Hey there! Will add cucumber support as soon as it possible! 🙏 |
Beta Was this translation helpful? Give feedback.
-
@ameduza , allure report does not includes details steps. It just includes the name of scenario not all steps. Am i missing something? |
Beta Was this translation helpful? Give feedback.
-
The feature was implemented here and will be available in the next release. See examples here: cjs: https://github.com/epszaw/allure-js-3-examples/tree/master/cypress-cucumber-cjs-javascript |
Beta Was this translation helpful? Give feedback.
The feature was implemented here and will be available in the next release.
See examples here:
cjs: https://github.com/epszaw/allure-js-3-examples/tree/master/cypress-cucumber-cjs-javascript
esm: https://github.com/epszaw/allure-js-3-examples/tree/master/cypress-cucumber-esm-javascript