We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d688bb commit 4142cd2Copy full SHA for 4142cd2
1 file changed
.github/workflows/actions-test.yml
@@ -42,13 +42,14 @@ jobs:
42
- name: 🧪 Run playwright test and generate report using marketplace plugin
43
uses: reporterplus/pytest-html-plus-action@v3
44
with:
45
- htmloutput: "report_output_playwright"
46
- capturescreenshots: "all"
47
- testpath: "tests/browser/test_playwright.py"
48
- usepoetry: "true"
49
- xmlreport: "report.xml"
50
- gitbranch: "$(git rev-parse --abbrev-ref HEAD)"
51
- publish_github_summary: ${{ secrets.GITHUB_TOKEN }}
+ html_output: "report_output_playwright"
+ capture_screenshots: "all"
+ test_path: "tests/browser/test_playwright.py"
+ use_poetry: "true"
+ xml_report: "report.xml"
+ git_branch: "$(git rev-parse --abbrev-ref HEAD)"
+ post_pr_comment: true
52
+ github_token: ${{ secrets.GITHUB_TOKEN }}
53
54
55
0 commit comments