Ross Wollman
Ross Wollman
``` =================================== FAILURES =================================== ________ test_should_reject_wait_for_event_on_close_and_error[chromium] ________ page = ws_server = @flaky async def test_should_reject_wait_for_event_on_close_and_error(page, ws_server): async with page.expect_event("websocket") as ws_info: await page.evaluate( """port => { window.ws = new WebSocket('ws://localhost:'...
Relates https://github.com/microsoft/playwright-python/pull/1482
## Describe the Feature You Want It would be nice to be able to pass args to tilt from the UI to change config args on the fly. ### Current...
Context: I'm discussing this DD product throughout: https://docs.datadoghq.com/continuous_integration/setup_tests/javascript/ This is a feature request to add first-class support for `@playwright/test` (https://github.com/microsoft/playwright) an amazing Microsoft project for end-to-end browser testing (including its...
Compared to the command line and the HTML Report, the error message in the VSCode critically omits which specific element is intercepting pointer events making it hard to debug: The...
Currently, Playwright only supports conveniently setting command line switches for the browser. Some features cannot be controlled via these switches and it's instead necessary to user persistent context with some...
### Describe the bug After upgrading from v2.58.0 to v2.59.0 (latest at time of writing), the `az functionapp` deployment command suddenly began failing due to the authenticated identity not having...
`options` contains the tools completion can use but it was not being consumed.