allure2
allure2 copied to clipboard
Get test case id
Is your feature request related to a problem? Please describe.
Hi, we are running our tests from Test Rail, and if test fails, we attach a link to allure report, but currently we attach link to the whole report (like allure-report/index.html#suites/), not to the failed test as we would like.
Describe the solution you'd like
We would like to attach link to the failed test case. Like (allure-report/index.html#suites/someCaseId)
Additional context
As I understand, we need to get ids from folder data/test-cases, but report generates after all tests are executed. Maybe If you could add a new field (like allure-result id) to *-results.json, then you could use that field to generate final report, and I could use that field when test fails.
Is this feature already done?
I'm also interested in this feature
Is this still not possible? Having consistent test case IDs across multiple runs would help a lot.