Is there a html reporter to use with jest-cucumber which shows all the Gherkin annotations on reportSetting up Protractor with cucumberjs (protractor-cucumber-framework)Protractor-cucumber Allure report not showing full test resultsHow to generate multiple cucumber reports for protractor with multicapabilities?how to get browser and server details while execution of protractor testingError: Cannot find module 'protractor-multiple-cucumber-html-reporter-plugin'How to test Angular 6 with jest and cucumber?Jest encountered an unexpected token - import (Angular CLI 6)Javascript console.log status of Cucumber scenarioSend cucumber 'index.html' report to email
WPF MVVM ColorLister with navigation
What is the name/purpose of this component?
How do Scrum teams manage their dependencies on other teams?
A PEMDAS issue request for explanation
If every star in the universe except the Sun were destroyed, would we die?
Supervisor wants me to support a diploma-thesis software tool after I graduated
Why is it that I have to play this note on the piano as A sharp?
RANK used in 'where' returns invalid column, but exists in results set
Can you mark a new target with the Hunter's Mark spell if the original target shifts to a different plane?
Maze generator & animator in Python
Is there a star over my head?
Are these 2 equivalent?
Need help to understand the integral rules used solving the convolution of two functions
When calculating averages, why can we treat exploding die as if they're independent?
Who is the uncredited actor leading the squad in the Valerian movie?
Why can linguists decide which use of language is correct and which is not?
Problem with listing a directory to grep
How to find a reviewer/editor for my paper?
How to say "In Japan, I want to ..."?
Lost & Found Mobile Telepone
Is every sentence we write or utter either true or false?
Online Education for OR and Developing Decision Support Systems
Contractor cut joist hangers to make them fit
Owner keeps cutting corners and poaching workers for his other company
Is there a html reporter to use with jest-cucumber which shows all the Gherkin annotations on report
Setting up Protractor with cucumberjs (protractor-cucumber-framework)Protractor-cucumber Allure report not showing full test resultsHow to generate multiple cucumber reports for protractor with multicapabilities?how to get browser and server details while execution of protractor testingError: Cannot find module 'protractor-multiple-cucumber-html-reporter-plugin'How to test Angular 6 with jest and cucumber?Jest encountered an unexpected token - import (Angular CLI 6)Javascript console.log status of Cucumber scenarioSend cucumber 'index.html' report to email
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have started using jest-cucumber (https://github.com/bencompton/jest-cucumber) for automating my ReactJS app.
I have tried these reporters with the framework: https://github.com/jest-community/awesome-jest#reporters but I'm not able to see Gherkin steps on the report.
All reports show the test case level details.
I tried to use cucumber-html-reporter https://www.npmjs.com/package/cucumber-html-reporter but unable to use it with jest-cucumber.
Can you suggest any good library which can report the Gherkin annotations step by step which will look like https://www.npmjs.com/package/cucumber-html-reporter
jestjs cucumberjs
add a comment |
I have started using jest-cucumber (https://github.com/bencompton/jest-cucumber) for automating my ReactJS app.
I have tried these reporters with the framework: https://github.com/jest-community/awesome-jest#reporters but I'm not able to see Gherkin steps on the report.
All reports show the test case level details.
I tried to use cucumber-html-reporter https://www.npmjs.com/package/cucumber-html-reporter but unable to use it with jest-cucumber.
Can you suggest any good library which can report the Gherkin annotations step by step which will look like https://www.npmjs.com/package/cucumber-html-reporter
jestjs cucumberjs
add a comment |
I have started using jest-cucumber (https://github.com/bencompton/jest-cucumber) for automating my ReactJS app.
I have tried these reporters with the framework: https://github.com/jest-community/awesome-jest#reporters but I'm not able to see Gherkin steps on the report.
All reports show the test case level details.
I tried to use cucumber-html-reporter https://www.npmjs.com/package/cucumber-html-reporter but unable to use it with jest-cucumber.
Can you suggest any good library which can report the Gherkin annotations step by step which will look like https://www.npmjs.com/package/cucumber-html-reporter
jestjs cucumberjs
I have started using jest-cucumber (https://github.com/bencompton/jest-cucumber) for automating my ReactJS app.
I have tried these reporters with the framework: https://github.com/jest-community/awesome-jest#reporters but I'm not able to see Gherkin steps on the report.
All reports show the test case level details.
I tried to use cucumber-html-reporter https://www.npmjs.com/package/cucumber-html-reporter but unable to use it with jest-cucumber.
Can you suggest any good library which can report the Gherkin annotations step by step which will look like https://www.npmjs.com/package/cucumber-html-reporter
jestjs cucumberjs
jestjs cucumberjs
edited Apr 2 at 11:26
Harisha K P
asked Mar 28 at 7:32
Harisha K PHarisha K P
202 silver badges13 bronze badges
202 silver badges13 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I got it working with cucumber-html-reporter and jest-cucumber version 2.0.12. Please check the issue #27 of jest-cucumber: https://github.com/bencompton/jest-cucumber/issues/27.
This is what I was looking for. Let me try this at office today. Many thanks for the help.
– Harisha K P
May 21 at 0:53
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55392265%2fis-there-a-html-reporter-to-use-with-jest-cucumber-which-shows-all-the-gherkin-a%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I got it working with cucumber-html-reporter and jest-cucumber version 2.0.12. Please check the issue #27 of jest-cucumber: https://github.com/bencompton/jest-cucumber/issues/27.
This is what I was looking for. Let me try this at office today. Many thanks for the help.
– Harisha K P
May 21 at 0:53
add a comment |
I got it working with cucumber-html-reporter and jest-cucumber version 2.0.12. Please check the issue #27 of jest-cucumber: https://github.com/bencompton/jest-cucumber/issues/27.
This is what I was looking for. Let me try this at office today. Many thanks for the help.
– Harisha K P
May 21 at 0:53
add a comment |
I got it working with cucumber-html-reporter and jest-cucumber version 2.0.12. Please check the issue #27 of jest-cucumber: https://github.com/bencompton/jest-cucumber/issues/27.
I got it working with cucumber-html-reporter and jest-cucumber version 2.0.12. Please check the issue #27 of jest-cucumber: https://github.com/bencompton/jest-cucumber/issues/27.
answered May 20 at 11:16
jakohansjakohans
261 bronze badge
261 bronze badge
This is what I was looking for. Let me try this at office today. Many thanks for the help.
– Harisha K P
May 21 at 0:53
add a comment |
This is what I was looking for. Let me try this at office today. Many thanks for the help.
– Harisha K P
May 21 at 0:53
This is what I was looking for. Let me try this at office today. Many thanks for the help.
– Harisha K P
May 21 at 0:53
This is what I was looking for. Let me try this at office today. Many thanks for the help.
– Harisha K P
May 21 at 0:53
add a comment |
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55392265%2fis-there-a-html-reporter-to-use-with-jest-cucumber-which-shows-all-the-gherkin-a%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown