update logging and test report

This commit is contained in:
Connor Vidlock 2024-01-29 15:59:51 -06:00
parent 2a53a9deba
commit cd976285dc
No known key found for this signature in database
GPG key ID: BADEF4A267C14600
3 changed files with 11 additions and 8 deletions

View file

@ -11,12 +11,15 @@ jobs:
name: Workflow test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./
- name: Checkout
uses: actions/checkout@v2
- name: Check dirs
run: ls
- name: Test reporter
uses: ./
with:
artifact: test-results
name: Workflow Report
path: 'playwright-report.xml'
reporter: jest-junit
path: playwright-report.xml
reporter: java-junit
show-html-notice: true
list-suites: 'non-skipped'