Skip to content

DornyReports

Fridolin Wild edited this page Dec 19, 2022 · 1 revision

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/nunit-html-action@v1.0.1
        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/nunit-html-action@v1.0.1
        if: always()
        with:
          inputXmlPath: artifacts/playmode-results.xml 
          outputHtmlPath: artifacts/playmode-results.html