File tree Expand file tree Collapse file tree 2 files changed +9
-14
lines changed Expand file tree Collapse file tree 2 files changed +9
-14
lines changed Original file line number Diff line number Diff line change @@ -55,16 +55,10 @@ jobs:
5555 results/*.xml
5656 results/*.prof
5757 results/*.txt
58- # - name: Test Report
59- # uses: dorny/test-reporter@main
60- # if: success() || failure() # run this step even if previous step failed
61- # with:
62- # name: xUnit Tests ${{ matrix.python-version }} # Name of the check run which will be created
63- # path: results/pytest.xml,results/xunit.xml # Path to test results
64- # reporter: java-junit # Format of test results
65- - name : Report results
66- if : success() || failure()
67- run : |
68- poetry shell
69- pip install pytablewriter
70- python utilities/gha_reporter.py utilities/output.xml $GITHUB_STEP_SUMMARY
58+ - name : Test Report
59+ uses : dorny/test-reporter@main
60+ if : success() || failure() # run this step even if previous step failed
61+ with :
62+ name : xUnit Tests ${{ matrix.python-version }} # Name of the check run which will be created
63+ path : results/pytest.xml,results/xunit.xml # Path to test results
64+ reporter : java-junit # Format of test results
Original file line number Diff line number Diff line change @@ -36,8 +36,9 @@ def atests(context):
3636 "robot" ,
3737 "--loglevel=TRACE:DEBUG" ,
3838 "--listener RobotStackTracer" ,
39- "--exclude appiumORnot_readyORnot_ci"
39+ "--exclude appiumORnot_readyORnot_ci" ,
4040 "-d results" ,
41+ "--prerebotmodifier utilities.xom.XUnitOut:results/xunit.xml" ,
4142 f"{ ROOT } /tests/atest"
4243 ]
4344 global atests_completed_process
You can’t perform that action at this time.
0 commit comments