microsoft / playwright

Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
https://playwright.dev
Apache License 2.0
66.69k stars 3.65k forks source link

[Bug]: Missing_Document_Or_Link_For_Playwright_Python_Pytest_Reports #31221

Closed ghalipm closed 4 months ago

ghalipm commented 4 months ago

Version

1.44.0

Steps to reproduce

  1. search on google for “playwright pytest Reporters”
  2. Click the “Reports” link from playwright. Then Playwright Reporters for Node.js shows up.
  3. Select Python instead of Node.js from the drop down (I wanted to see Playwright Python/pytest Reports, but I see Playwright Python Pytest Plugin and info about how to run tests):Google

Expected behavior

Playwright Python/pytest Reports

Actual behavior

Playwright Python Pytest Plugin and info about how to run tests

Additional context

No response

Environment

OS: Windows 10 pro.
mxschmitt commented 4 months ago

This is expected, there are no dedicated reporters for Python. For Python you can use the Pytest integration and use the reporters Pytest offers or consume the library.

ghalipm commented 4 months ago

Hi Max,

thank you for replying. I got what I wanted through ChatGPT. Allure and pwreport are working with my tests.

Thank you for your answer, but the current state of documentation needs improvements. If that is expected, can some info be provided and make users' lives a bit easier? If everyone goes to ChatGPT, who needs the webpage after all? Thank you.

Best Regards Alip

On Mon, Jun 10, 2024 at 4:53 AM Max Schmitt @.***> wrote:

This is expected, there are no dedicated reporters for Python. For Python you can use the Pytest integration and use the reporters Pytest offers or consume the library https://playwright.dev/python/docs/library.

— Reply to this email directly, view it on GitHub https://github.com/microsoft/playwright/issues/31221#issuecomment-2157747440, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK3TYKZRXTY4UAWJYLALYWDZGVSPRAVCNFSM6AAAAABJBD7OBKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJXG42DONBUGA . You are receiving this because you authored the thread.Message ID: @.***>