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

cucumber report rewriting #31

Closed
DzmitryMaretski opened this issue Mar 16, 2018 · 4 comments
Closed

cucumber report rewriting #31

DzmitryMaretski opened this issue Mar 16, 2018 · 4 comments
Labels

Comments

@DzmitryMaretski
Copy link

DzmitryMaretski commented Mar 16, 2018

Hi,
I want to use cucumber report, but courgette rewrite all cucumber reports by scenario or feature. Can i set to not rewrite it or it's impossible?
Why i want to use cucumber report? Because they have a screenshots and steps in report.

Thanks for your answer

@prashant-ramcharan
Copy link
Owner

Hi, I don't understand the question, what do you mean by cucumber report re-writing?

If your runner has this plugin then the Cucumber report will be created once.

 plugin = {
                        "pretty",
                        "json:target/cucumber-report/cucumber.json",
                        "html:target/cucumber-report/cucumber.html"}

Courgette-JVM report is separate from Cucumber report.

By default, you will get the Courgette report and if you add the plugin above, the Cucumber report will be created as well (with steps and screenshots etc..)

@DzmitryMaretski
Copy link
Author

About option: I have it, ty.

what do you mean by cucumber report re-writing?
For example: I want run 2 feature files. I run it. When the first feature file execute i can see it in report.js (cucumber-report) after that the second one will start to executing and report.js doesn't have a history about first feature file executing

@prashant-ramcharan
Copy link
Owner

The complete cucumber report is only generated after all features or scenerios are finish running. (i.e all threads are complete)

@DzmitryMaretski
Copy link
Author

Hm, yesterday and at this morning there was no report. But now everything is ok.
Sorry for that and thank you.

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

No branches or pull requests

2 participants