DornyReports - WEKIT-ECS/MIRAGE-XR GitHub Wiki

Here is some code that works, but is probably not needed, as the standard test output already generates reports:

      # Test report
      - name: Report and format editmode test results for html display
        uses: rempelj/[email protected]
        if: always()
        with:
          inputXmlPath: artifacts/editmode-results.xml 
          outputHtmlPath: artifacts/editmode-results.html

      # Test report 2
      - name: Report and format playmode test results for html display
        uses: rempelj/[email protected]
        if: always()
        with:
          inputXmlPath: artifacts/playmode-results.xml 
          outputHtmlPath: artifacts/playmode-results.html