How can I make dynamic naming of testsuite in report depending on the version of my project? #1797
Unanswered
KoLLlMapuK
asked this question in
Questions & Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use python+pytest+unittest+allure-docker-service and I have a problem with display of results.
I give argument for @sub_suite with build number of my project and expect that every report will be displayed with diffirent name.
For example: Server management - update from 13, Server management - update from 14, etc..
But instead of displaying all reports, allure overwrite previous reports.
How I see report:
![image](https://user-images.githubusercontent.com/99715708/198627455-059858ac-011a-41a4-8f91-fb3765dff19b.png)
Is there any solution for me?
Example of my code
Beta Was this translation helpful? Give feedback.
All reactions