-
-
Notifications
You must be signed in to change notification settings - Fork 723
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add support for test results in .TRX format #424
Comments
Can you please let me know.. How to configure it in Jenkins. Thanks |
You need to install latest Allure Jenkins plugin, and configure it to generate a report from the folder, that contains trx files |
I need help... how to generate report... Jenkins output log.
Allure report is empty with 0 suite Can you please help ? |
Hi @arpit-nagar |
Thanks it worked... |
@arpit-nagar |
@eroshenkoam Thanks for information. |
@arpit-nagar it is not parsed yet. You can create an issue |
Yeah I will create. |
I am trying to generate allure reports for the VsTest results which are in .TRX format. It says report generated successfully with 1 KB size index.html and it is just blank. No allure_log generated as well. Appreciate your help!! |
@premaram try |
@baev Awesome! Serve command works. Thank you so much. |
|
Thanks @baev I see the report in Allurereport link in Jenkins. But I always get this below exception $ C:\allure-commandline\bin\allure.bat generate C:\Jenkins\workspace\Test_QA\TestOutput C:\Jenkins\workspace\Test_QA\TestOutput\history -c -o C:\Jenkins\workspace\Test_QA\allure-report |
I'm submitting a ...
What is the current behavior?
Currently you can not build the report from TRX test results.
What is the expected behavior?
An ability to build Allure report from TRX files
What is the motivation / use case for changing the behavior?
Test results file created by Visual Studio, a Microsoft application used to develop Windows software; contains test results stored in an XML format; used to display test results in Visual Studio as well as save historical test case results.
There are a lot of Visual Studio users, so it would be nice to provide an ability to generate Allure report for them out of the box
Other information
Sample TRX file https://gist.github.com/baev/a815edbb988bf94336dc26a49613feca
The text was updated successfully, but these errors were encountered: