-
-
Notifications
You must be signed in to change notification settings - Fork 5
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/[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
Development Process
Functional logic
User Interface
Servers