Search code examples
allureselenoid

How to integrate selenoid and allure


We implement farm of browsers based on GGR + Selenoid. If there any instruction how to integrate Allure reporting with such infrastructure?

  • On which host allure-results folder will be generated?
  • Should I create a script that will go through each selenoid host and copy a folder with results to one node?
  • How to not mix results from different test runs / CI jobs?

Solution

  • 1) Selenoid is just a Selenium API and has nothing to do with automated tests reports.

    2) Allure test execution results are usually generated on the server where your tests are being executed (e.g. on CI-server). Allure report from these results can be either generated on the same server or you could copy results to another server and generate HTML report there. There are a lot of ways to do this depending on your infrastructure.