What's new in Playwright v1.46: Client certificates, only changed, ui mode

  Рет қаралды 6,332

Playwright

Playwright

Күн бұрын

Пікірлер: 40
@rostyslavznachenko7472
@rostyslavznachenko7472 4 ай бұрын
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!
@lequangtan2106
@lequangtan2106 4 ай бұрын
Really great series. Not sure if we can something like this but in java or this also can be applied too
@Playwrightdev
@Playwrightdev 4 ай бұрын
Client Certificates and Trace Viewer updates are available in Java too. Happy testing!
@jaysonlabarrete9121
@jaysonlabarrete9121 4 ай бұрын
I love playwright and the new updates!
@thelastbreaths
@thelastbreaths 3 ай бұрын
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 💕
@oleksiidmytriiev5390
@oleksiidmytriiev5390 4 ай бұрын
Great update. Thank you!
@kasikcz
@kasikcz 3 ай бұрын
7:14 this reminds me of Night time, Day time bird video :D
@Sunils_Creations
@Sunils_Creations 4 ай бұрын
love Playwright
@Demios93
@Demios93 4 ай бұрын
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
@jozefszymala3764
@jozefszymala3764 4 ай бұрын
❤ yep searching for request currently is really annoying, filters would be so helpful something similar do dev tools
@Playwrightdev
@Playwrightdev 4 ай бұрын
great idea. can you file a feature request on GitHub
@AppOffers
@AppOffers 4 ай бұрын
When are you planning to add support to proxy and client certificates together?
@Playwrightdev
@Playwrightdev 4 ай бұрын
Please file an issue on GitHub - depending on the demand, we'll prioritise it, thank you!
@joaodias1023
@joaodias1023 4 ай бұрын
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! :)
@Playwrightdev
@Playwrightdev 3 ай бұрын
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.
@Norfeldt
@Norfeldt 4 ай бұрын
Wondering if you can run only-changed in a watch mode?
@Playwrightdev
@Playwrightdev 4 ай бұрын
Not right now. Do you mind filing a feature request on GitHub? thank you!
@kirankumar-co9wf
@kirankumar-co9wf 3 ай бұрын
in the case I have multiple environments and pass it as argument launches and closes ?
@duongpisal3175
@duongpisal3175 4 ай бұрын
Really cool
@2252kasia
@2252kasia Ай бұрын
Can we run headless with client cert?
@Playwrightdev
@Playwrightdev Ай бұрын
Yes it should all just work! If not - please file a bug on GitHub, thanks!
@geoffreycollins6627
@geoffreycollins6627 4 ай бұрын
It seems like the new router fixture hasn't received enough attention in the demo
@Playwrightdev
@Playwrightdev 4 ай бұрын
you are right. we couldn't fit everything in unfortunately. let us know what you think of this feature
@geoffreycollins6627
@geoffreycollins6627 3 ай бұрын
@@Playwrightdev is there anything in the playwright doc?
@taxet
@taxet 3 ай бұрын
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.
@Playwrightdev
@Playwrightdev 3 ай бұрын
This should be fixed in v1.46.1 - please file a bug on GitHub if it still doesn't work for you, thanks!
@taxet
@taxet 3 ай бұрын
@@Playwrightdev Yeah now it works, good work all! 👍
@harshadabagane1505
@harshadabagane1505 4 ай бұрын
Is it supporting only .pem extension or will it support.pfx certificate also.?
@Playwrightdev
@Playwrightdev 4 ай бұрын
it supports both, pfx and pem format. See here: playwright.dev/docs/api/class-testoptions#test-options-client-certificates
@muhammedozdogan5133
@muhammedozdogan5133 3 ай бұрын
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?
@Playwrightdev
@Playwrightdev 3 ай бұрын
Please file a feature request on GitHub!
@dorhaalex5354
@dorhaalex5354 4 ай бұрын
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?
@Playwrightdev
@Playwrightdev 4 ай бұрын
everything should work as expected. if you are still having problems please file an issue on GitHub so the team can look into it
@ByteScoops
@ByteScoops 4 ай бұрын
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.
@Playwrightdev
@Playwrightdev 4 ай бұрын
please file issues on Github :)
@UserUnkown-do1ji
@UserUnkown-do1ji 4 ай бұрын
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.
@sergtimosh
@sergtimosh 4 ай бұрын
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
@michaelhicks3745
@michaelhicks3745 4 ай бұрын
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
What's new in Playwright v1.45: Clock API
6:23
Playwright
Рет қаралды 6 М.
Creative Justice at the Checkout: Bananas and Eggs Showdown #shorts
00:18
Fabiosa Best Lifehacks
Рет қаралды 35 МЛН
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 13 МЛН
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 16 МЛН
Getting Started with Playwright and VS Code
7:23
Playwright
Рет қаралды 67 М.
What's new in Playwright 1.39
18:38
Playwright
Рет қаралды 9 М.
What's new in Playwright v1.40
9:56
Playwright
Рет қаралды 11 М.
What's new in Playwright v1.44
7:23
Playwright
Рет қаралды 7 М.
Эдип Асанов - Антипаттерны в автоматизации, и как Playwright позволяет их избежать
46:12
Getting started with ARIA Snapshots
11:44
Playwright
Рет қаралды 1,8 М.
Creative Justice at the Checkout: Bananas and Eggs Showdown #shorts
00:18
Fabiosa Best Lifehacks
Рет қаралды 35 МЛН