You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, until now I have worked with Playwright using TypeScript, the advantages of using TypeScript with Playwright is very rewarding when it comes configuration since almost everything comes built-in such as a config file, cool features, html report and so on,
recently, I've been using Python with Playwright, and the use of Playwright with Python is rising which is a good thing, but the problems that I have been facing is that I need to configure almost everything manually to the testing framework (pytest).
what I would love to see is a built in support for playwright html report for python exactly just like in typescript which includes an html report after each test run which the report includes the documentation of the test case, auto support for screenshots, trace and videos in the report, it is a bit challenging finding reports for pytest and include screenshots and videos and traces,I would appreciate if you could consider this because I did not find support for this in the documentation.
bonus request: i the team could also support a built in configuration file when first installing pytest-playwright similar to playwright.config.ts - that also would be great and super useful, but the main request is the built in playwright html report for python/pytest.
thank you in advance, and keep up the good work, best test automation framework out there!
The text was updated successfully, but these errors were encountered:
Hello, until now I have worked with Playwright using TypeScript, the advantages of using TypeScript with Playwright is very rewarding when it comes configuration since almost everything comes built-in such as a config file, cool features, html report and so on,
recently, I've been using Python with Playwright, and the use of Playwright with Python is rising which is a good thing, but the problems that I have been facing is that I need to configure almost everything manually to the testing framework (pytest).
what I would love to see is a built in support for playwright html report for python exactly just like in typescript which includes an html report after each test run which the report includes the documentation of the test case, auto support for screenshots, trace and videos in the report, it is a bit challenging finding reports for pytest and include screenshots and videos and traces,I would appreciate if you could consider this because I did not find support for this in the documentation.
bonus request: i the team could also support a built in configuration file when first installing pytest-playwright similar to playwright.config.ts - that also would be great and super useful, but the main request is the built in playwright html report for python/pytest.
thank you in advance, and keep up the good work, best test automation framework out there!
The text was updated successfully, but these errors were encountered: