Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

About

Allure Framework is a multi-language test report tool that creates a very concise representation of what has been tested in a web report form, allowing everyone participating in the development process to extract seful information from everyday execution of tests.  

Allure reports is intended to shorten common defect lifecycle: test failures due to bugs or broken tests.  It provides logs, steps to reproduce, attachments, timings, and history.  It can be integrated with TMS and bug-tracking systems (Currently AQuality Tracking Portal) so developers and testers will have all information at hand in one place

From the managers perspective Allure provides a clear 'big picture' of what features have been covered, where defects are clustered, how the timeline of execution looks like and many other convenient things.

Learn more here


Sample Report is attached to the page(works well on Edge)

View file
nameallure-report.zip
height250


Allure is an HTML report which shows the result of a test execution. GitHub actions allow to attach it only as an artifact. That isn't very comfortable to work with a zip files and to store the HTML reports locally. So for now we use AQuality tracking instead of allure. But allure is still available as a zip file in GitHub actions artifacts