playwright-python
playwright-python copied to clipboard
[Feature] Want to use playwright's build-in reporter (HTML reporter) in python
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.
linked: https://github.com/microsoft/playwright/issues/14046
The HTML Reporter is implemented with data generated from Playwright Test (Node.js-only at the moment).
playwright's native HTML report is so good.
😄
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? it will really be helpful if we could get a built in report that includes screenshots and videos for pytest just like in typescript.
Check out https://allurereport.org/docs/pytest/ Example report https://allure-examples.github.io/allure-python-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. https://github.com/allure-framework/allure2/pull/2072 :+1:
we can send email in this mode.
But, i also want to use playwright's native HTML report. :smiley_cat:
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 pytest-html
should be sufficient as well