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 fb1e973 commit 68b052cCopy full SHA for 68b052c
1 file changed
.github/workflows/actions-test.yml
@@ -39,11 +39,12 @@ jobs:
39
with:
40
htmloutput: "report_output_playwright"
41
capturescreenshots: "all"
42
- testpath: "tests/browser/test_playwright.py"
+ testpath: "tests/"
43
usepoetry: "true"
44
xmlreport: "report.xml"
45
gitbranch: "$(git rev-parse --abbrev-ref HEAD)"
46
publish_github_summary: ${{ secrets.GITHUB_TOKEN }}
47
+
48
49
50
# - name: Upload reports
0 commit comments