History of test per tentant (country) (or any other parameter) #2433
dnkcz
started this conversation in
General Discussion
Replies: 1 comment 3 replies
-
|
basically i need to modify historyId so that it takes into account some parameters. We are using JUNIT5. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, we have same test for each country. In allure report in history we need to distinguish between results of each country e.g. to se only results for that country. I tryied to add Allure.parameter(country, country, false, Parameter.Mode.DEFAULT); but this does not help because it does not separate history for each country for same test. Any ideas appreciated. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions