mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 22:37:09 +01:00
Create playwright-report-test.yml
This commit is contained in:
parent
926bb5420a
commit
f46a40ce9a
1 changed files with 21 additions and 0 deletions
21
.github/workflows/playwright-report-test.yml
vendored
Normal file
21
.github/workflows/playwright-report-test.yml
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue