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.  

...

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 artifactsHow Allure fits in the Test Automation Solution