Sobes.tech
Middle

Have you used Allure? Where were the reports published?

sobes.tech AI

Answer from AI

Yes, Allure is often used to generate beautiful and informative test result reports.

Reports are usually published:

  • On an internal server or CI/CD platform (e.g., Jenkins, GitLab CI), where they are accessible to the team.
  • As static HTML pages that can be deployed on a web server.
  • Sometimes integrated with test management or bug tracking systems.

An example of publishing in Jenkins — after the build, an Allure report publication step is added, which then becomes accessible in the Jenkins interface.

Have you used Allure? Where were the reports… - sobes.tech