-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Playwright: Roadmap #1914
Comments
|
7.Playwright Grid for the test excution,the same as ..... |
how httpproxy is going to be implemented? Will browser be patched to support it or it will be done from node side? |
It would be great to add Playwright API calls as captions to the video, so it's easier to figure out what interaction did break a test. For example: const browser = await chromium.launch()
const page = await browser.newPage()
await page.startRecording()
await page.goto("https://google.com")
await page.waitForTimeout(1000)
await page.type("Hello world")
await page.waitForTimeout(1000)
await page.stopRecording()
await page.close() It would be super nice to have the following caption in the video:
|
I would love to see support for client certificates! |
👍 for the |
Client Certificate would be great! |
Pact integration would be great https://github.com/microsoft/playwright/discussions/11168 |
Focus
Collect feedback
The text was updated successfully, but these errors were encountered: