Only changed test using branch and usages are amazing features that allows you to do all kinds of funky stuff, like verifying your tests in the PRs. In my projects, I always implemented that myself, and now it is available out-of-the-box-amazing!
@lequangtan21064 ай бұрын
Really great series. Not sure if we can something like this but in java or this also can be applied too
@Playwrightdev4 ай бұрын
Client Certificates and Trace Viewer updates are available in Java too. Happy testing!
@jaysonlabarrete91214 ай бұрын
I love playwright and the new updates!
@thelastbreaths3 ай бұрын
appreciate as always playwright because this is a real OG 🔥🤘 kindly make it more flexible like we can important extension directly like google chrome hope it will be appreciated thanks & take 💕
@oleksiidmytriiev53904 ай бұрын
Great update. Thank you!
@kasikcz3 ай бұрын
7:14 this reminds me of Night time, Day time bird video :D
@Sunils_Creations4 ай бұрын
love Playwright
@Demios934 ай бұрын
do you plan to add a name filter for requests in a trace viewer in the Network tab? Also, a filter for actions as well? Like only errors
@jozefszymala37644 ай бұрын
❤ yep searching for request currently is really annoying, filters would be so helpful something similar do dev tools
@Playwrightdev4 ай бұрын
great idea. can you file a feature request on GitHub
@AppOffers4 ай бұрын
When are you planning to add support to proxy and client certificates together?
@Playwrightdev4 ай бұрын
Please file an issue on GitHub - depending on the demand, we'll prioritise it, thank you!
@joaodias10234 ай бұрын
Hello :) Nice new additions, keep up! By the way, any news or updates regarding component testing with playwright? Seems like it has been stale for a couple of months now. Thanks! :)
@Playwrightdev3 ай бұрын
If you have any feedback on it, please file an issue on GitHub! We love to hear component testing feedback which is necessary for us to move this feature forward.
@Norfeldt4 ай бұрын
Wondering if you can run only-changed in a watch mode?
@Playwrightdev4 ай бұрын
Not right now. Do you mind filing a feature request on GitHub? thank you!
@kirankumar-co9wf3 ай бұрын
in the case I have multiple environments and pass it as argument launches and closes ?
@duongpisal31754 ай бұрын
Really cool
@2252kasiaАй бұрын
Can we run headless with client cert?
@PlaywrightdevАй бұрын
Yes it should all just work! If not - please file a bug on GitHub, thanks!
@geoffreycollins66274 ай бұрын
It seems like the new router fixture hasn't received enough attention in the demo
@Playwrightdev4 ай бұрын
you are right. we couldn't fit everything in unfortunately. let us know what you think of this feature
@geoffreycollins66273 ай бұрын
@@Playwrightdev is there anything in the playwright doc?
@taxet3 ай бұрын
I really like the only changed feature, but it doesn't seem to take into account any of the dependencies of the project? Like for example when I have a project for tests and it has a dependency on a setup project that handles login so I don't need to login on each test fixture, if I make a change on one of the tests, it just tries to run the test but doesn't run the setup first and the tests fail because of that. Means I can't really make use of this as it is, but still a neat feature.
@Playwrightdev3 ай бұрын
This should be fixed in v1.46.1 - please file a bug on GitHub if it still doesn't work for you, thanks!
@taxet3 ай бұрын
@@Playwrightdev Yeah now it works, good work all! 👍
@harshadabagane15054 ай бұрын
Is it supporting only .pem extension or will it support.pfx certificate also.?
@Playwrightdev4 ай бұрын
it supports both, pfx and pem format. See here: playwright.dev/docs/api/class-testoptions#test-options-client-certificates
@muhammedozdogan51333 ай бұрын
In the client certificate selection I don't need to specify any certificate I just need to click on "Cancel" button is it possible with Playwright?
@Playwrightdev3 ай бұрын
Please file a feature request on GitHub!
@dorhaalex53544 ай бұрын
Hello Since latest VS Code update the Playwright extension is not working anymore The extension is not able to find the tests, before VS Code update was ok, now is not working Are you planning to fix this?
@Playwrightdev4 ай бұрын
everything should work as expected. if you are still having problems please file an issue on GitHub so the team can look into it
@ByteScoops4 ай бұрын
Playwright is good when your project is not heavy or complex. I am seeing a lot of issues with playwright APIs and in some cases Playwright APIs are flaky. You guys are adding too much features but none of them are matured yet. Better focus on whatever features you guys have built and make it more stable. Start with Intercepting requests and timeout management for long running tests.
@Playwrightdev4 ай бұрын
please file issues on Github :)
@UserUnkown-do1ji4 ай бұрын
I started using Playwright API in 100s of test cases where we create our data using the API instead of UI, and so far it does good job, and saved a lot of time spent on UI just to create the data used in the test.
@sergtimosh4 ай бұрын
Never used less flaky test tool then playwright. After selenium, cypress, puppeteer path, it’s like a breath of the fresh air by ease of use and flaky proofing, especially on the large projects
@michaelhicks37454 ай бұрын
We have hundreds of tests that use Playwright's request API and I've never seen any issues with them. The only issues I've seen are usually user errors and folks forgetting to add await's