Skip to content
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] - built in reports for python/pytest playwright #2172

Closed
Romarionijim opened this issue Nov 22, 2023 · 1 comment
Closed

[Feature] - built in reports for python/pytest playwright #2172

Romarionijim opened this issue Nov 22, 2023 · 1 comment

Comments

@Romarionijim
Copy link

Romarionijim commented Nov 22, 2023

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!

@yury-s yury-s transferred this issue from microsoft/playwright Nov 22, 2023
@yury-s
Copy link
Member

yury-s commented Nov 22, 2023

Folding into #1296, please upvote it instead.

@yury-s yury-s closed this as completed Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants