Create playwright-report-test.yml

This commit is contained in:
Connor Vidlock 2024-01-29 15:44:36 -06:00
parent 926bb5420a
commit f46a40ce9a
No known key found for this signature in database
GPG key ID: BADEF4A267C14600

View file

@ -0,0 +1,21 @@
name: Playwright Test Report
on:
workflow_run:
workflows: ['CI']
types:
- completed
jobs:
report:
name: Workflow test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./
with:
artifact: test-results
name: Workflow Report
path: 'playwright-report.xml'
reporter: jest-junit
show-html-notice: true
list-suite: non-skipped