-
Notifications
You must be signed in to change notification settings - Fork 911
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Want to use playwright's build-in reporter (HTML reporter) in python #1296
Comments
linked: microsoft/playwright#14046 |
The HTML Reporter is implemented with data generated from Playwright Test (Node.js-only at the moment).
😄 Adding P3-collecting-feedback label. While this won't work out of the box today, the HTML Report could theoretically be extracted out from Playwright Test and be integrated with data generated from pytest (via a custom reporter https://docs.pytest.org/en/6.2.x/reference.html?highlight=report#id59). |
Any progress on this? It is really sad to see that less improvements happened for python... |
it would be really great to get Playwright-HTML Reporter for Pytest |
is there an update on this matter? |
Check out https://allurereport.org/docs/pytest/ |
Our team is looking to switch from Node Playwright to the Python one, but the lack of quality in the report is a big issue. Hard to not have something as solid as what is returned in the Node Playwright version. Big +1 for adding this. |
Second this request. Big loss to not have same level reporters for python. |
allure has single file mode now. we can send email in this mode. But, i also want to use playwright's native HTML report. 😺 |
I also will be happy to see a built-in HTML report for the python version. |
I also would love to see a built-in HTML report for the python version. Seems that in our area the most common programming language for UI automation is Python. It would help choosing this framework over the competitors |
It really would be very nice, please add such functional in the python version |
Agreed. Would be good to have it |
Agree |
Would love to have html reports for python as well. |
would be Amazing ❤ |
+1. Please support HTML reports for python |
+1 for native HTML reports, something similar to |
This would be a fantastic feature, +1 |
+1 for native HTML reporter for Python! |
+1 |
1 similar comment
+1 |
This would be a valuable addition. Allure's single-file mode is better than what we had. But not ideal. Still need to install Allure and the file is large. The native playwright report would be a big improvement. |
this is open since may 2022 and there is high demand for it, when will this ever get picked up? we want html report for playwright python just like the nodejs version. |
I would like to be able to upload the html report in Github actions as an artifact. I think this would be very useful. |
playwright's native HTML report is so good.
can i use it in python?
If i use allure, i can't send an email as an attachment, and pytest-html is simple. :(
Thank you.
The text was updated successfully, but these errors were encountered: