Skip to content

Commit 4142cd2

Browse files
committed
fix actions test
1 parent 7d688bb commit 4142cd2

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/actions-test.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,14 @@ jobs:
4242
- name: 🧪 Run playwright test and generate report using marketplace plugin
4343
uses: reporterplus/pytest-html-plus-action@v3
4444
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 }}
45+
html_output: "report_output_playwright"
46+
capture_screenshots: "all"
47+
test_path: "tests/browser/test_playwright.py"
48+
use_poetry: "true"
49+
xml_report: "report.xml"
50+
git_branch: "$(git rev-parse --abbrev-ref HEAD)"
51+
post_pr_comment: true
52+
github_token: ${{ secrets.GITHUB_TOKEN }}
5253

5354

5455

0 commit comments

Comments
 (0)