-
Notifications
You must be signed in to change notification settings - Fork 4
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
fitnesse-results not generated with Allure #7
Comments
If I understand it correctly, your issue is that the fitnesse result htmls are not copied in the allure report? If that's the case: this is because the listener expects the results in the fitnesse-results folder (The listener was built with HsacFitnesseRunner in mind, because it generates more or less standalone html report pages and junit xml output per page.) How do you run your tests? maybe some simple changes to the listener will be enough to suit your needs. |
Thank you for your reply. This is part of our POM about Allure/Fitnesse. ${project.build.directory}\allure-results ${project.build.directory}\allure-report nl.hsac.fitnesse.junit.allure.JUnitAllureFrameworkListener nl.hsac allure-fitnesse-listener 1.0.3 testcopy-resources I hope you can help with this information. I will look into the listener as well. |
can you paste the xml as a snippet? |
These are the snippets. |
Assuming you're using hsac fitnesse runner and generate fitnesse html reports in target\fitnesse-results, can you try it using the newer maven plugin:
and set the output directory to
|
We have been trying to get Allure working with Fitnesse. Using the several info's available here, for example: https://github.com/fhoeben/allure-fitnesse-listener/blob/master/README.md
Almost everything seems to work, except the following.
When I generate a report, it will not show any report.
After some researching and more testing I see when a generate a report, that there is no file fitnesse-results generated. So I guess that is why I get no results on a page but a blank page after I give the command Allure open. Can you tell me how I get the fitnesse-results file into the allure-report file?
I need to add we are using the Xebium version for Fitnesse.
With that Fitnesse puts the original testresults in a file called testResults, not fitnesseResults. (Xebium\FitNesseRoot\files\testResults)
Hope someone can help me figure this out.
The text was updated successfully, but these errors were encountered: