Best way to handle several results files #1433
Unanswered
crile
asked this question in
Questions & Support
Replies: 2 comments 1 reply
-
Well, such behavior might be a bug. Would you mind creating a repo/file example with the example so we would be able to reproduce it on our side? |
Beta Was this translation helpful? Give feedback.
0 replies
-
To reproduce the problem run those commands:
makefile
junit1.xml
junit2.xml
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I work with several projects, so I put every xml reports in the directory then I generate allure report.
Everything is great until all xml reports are not present at the same time.
Example:
I start with two reports
junit1.xml
, testsuite 1, testcase 1junit2.xml
, testsuite 2, testcase 1I run
allure generate
commandI copy a new
junit1.xml
linked to the last execution of my testsI run
allure generate
commandjunit2.xml
I copy a new
junit2.xml
linked to the last execution of my testsI run
allure generate
commandjunit1.xml
Can I have some sort of history with
not run
status for all testcases that missing since the report is not present ?Any idea to handle my use case ? As many instances of allure report than xml results ?
I have five xml reports with their own execution frequency.
I wish I will be able to keep the global view.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions