You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I generate my test report in github action CI and then publish them to github pages.
Is there any way to insert commit link to the report page? We need to know which commit the report page refers to.
Currently I'm abusing the page title to display the commit, but it appears as text, not a link
The text was updated successfully, but these errors were encountered:
I have the same kind of requirement, the best workaround I have found so far is to use the addContext function (see https://github.com/adamgruber/mochawesome#adding-test-context). Unfortunately, the link gets added to each test rather than at the top of the test report.
I generate my test report in github action CI and then publish them to github pages.
Is there any way to insert commit link to the report page? We need to know which commit the report page refers to.
Currently I'm abusing the page title to display the commit, but it appears as text, not a link
The text was updated successfully, but these errors were encountered: