Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

link in the history tab does not contain a suite number #2810

Open
1 task done
AleksandrTheFirst opened this issue Nov 16, 2024 · 0 comments
Open
1 task done

link in the history tab does not contain a suite number #2810

AleksandrTheFirst opened this issue Nov 16, 2024 · 0 comments
Labels
triage type:bug Something isn't working

Comments

@AleksandrTheFirst
Copy link

Describe the Bug

tests are located in several suites
the link to the current test contains the suite number, but the links in the history tab do not contain the suite number.

clicking on a historical link should open a specific historical testresult. instead, it opens the home page of the test run.

green color -- link
.../202411160200/acceptancetest/_output/allure-report/index.html?isNativeBrowsing=true#suites/cd4abcc0ee5d62237215bff47c59110b/52a4c36dd58708be/history

red color -- link
.../202411160100/acceptancetest/_output/allure-report/index.html#testresult/8762dcfba2fe6979

correct link for historical testresult
.../202411160100/acceptancetest/_output/allure-report/index.html?isNativeBrowsing=true#suites/cd4abcc0ee5d62237215bff47c59110b/8762dcfba2fe6979/

Steps to Reproduce

  1. create 2 or more suites
  2. put tests into suites
  3. enable history
  4. run the tests
  5. run the tests again to generate the history

Expected Behaviour

the link in the history tab opens the desired testresult and contains the suite number

Screenshots or Additional Context

image

image

What Language are you using?

Java

What Framework/Allure Integration you are using?

allure-testng

What version of Allure Integration you are using?

2.29.0

What version of Allure Report you are using?

2.25.0

Code of Conduct

  • I agree to follow this project's Code of Conduct
@AleksandrTheFirst AleksandrTheFirst added triage type:bug Something isn't working labels Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant