-
Notifications
You must be signed in to change notification settings - Fork 11
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.
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 .
Overview
Neodymium features
- Neodymium configuration properties
- Neodymium context
- Utility classes
- Test data provider
- Test Environments
- Multi browser support
- Applitools Plugin
- Localization
- Highlight and Wait
- Advanced Screenshots
- Seperate Browser Sessions for Setup and Cleanup
- Reporting
- Accessibility Testing
Best practices and used frameworks
Special