Skip to content

Reports

gkunze edited this page Jul 30, 2024 · 23 revisions

Reports

Automated tests need good reporting so that the test results are meaningful. For this purpose, we use the well-known Allure framework. We have a short guide on how to set up Allure. This article is about the additional features we have added to Allure and how to use them.

Add links to Report

Sometimes it is necessary to know the exact link a step in the automation opened. For this we have created a function which adds the called link as a step to the Allure report. As soon as it is activated, every time a new page is called. A link to exactly this page is stored in the report. This way you can see if the link is correct and even open the page to have a look at it. This is activated via the neodymium.report.enableStepLinks property in the Neodymium configuration .

Clone this wiki locally