👩🏻💻 Playwright Course Access: bit.ly/3FBs5ZL 🔥 Get unlimited access to all the courses and boost your SDET career - bit.ly/3CkdVud 💻 Code access for this video - bit.ly/3gVg2Nj
Thanks for the video. I really don't understand why you have to explicitly write "await" each line basically. I hate writing Playwright scripts compared to Cypress but I need to help some other QAs pick up UI automation and their teams chose Playwright. That's not your fault obviously 😆 Thanks for the quick vid.
Bcuz all the commands started with Cy are synchronised by default, however playwright is not like that. You need to make sure a line execute after completing of previous line by using await as prefix.
Thank you so much for your kind words! I'm thrilled to hear that you found the crash course helpful. 😊 If you think it could benefit others, please feel free to share it with your friends and colleagues. Let's keep learning and growing together! 🌟
Hi Sir, 1> How to move the page to a specific element in the playwright's typescript (submit button is down in the form so facing a problem moving the page down to this submit button ) 2> How to maintain some time in between one navigation to another navigation ( without waitForTimeout(4000) option - i used await this.page.waitForLoadState('networkidle');, wait for selector)
Playwright is a tool built for web automation that also supports API testing. Personally, if I am just building an API framework then I would not use Playwright for it rather have it something custom like SuperTest, Mocha etc.. I have a course on API Automation that covers this in detail - sdetunicorns.com/course/master-api-test-automation-using-typescript/
Really helpful video but whatever I do the browser never appears. I've triple checked the headless but no matter what I do the browser never appears. Any suggestions?
@sdetunicorns @Dilpreet Johal: Hey bud, I was trying to purchase a SDET Unicorn membership with my Indian card, but was unable to (shown up a Card not supported message!). Is there any other way I could get the membership?
👩🏻💻 Playwright Course Access: bit.ly/3FBs5ZL
🔥 Get unlimited access to all the courses and boost your SDET career - bit.ly/3CkdVud
💻 Code access for this video - bit.ly/3gVg2Nj
great video, please do more playwright tests, really would love to see a test on search bar with dynamic select dropdown. .
Amazing job! Your courses helped me so much!
Very well done tutorial! Thank you for taking the time to explain everything....
Thank you for this clear, concise video!
Happy to hear you liked the content. Please share it with others that might find it valuable.
23:30, my html reporter doesn't include clicking on the test lines and showing the code as in your example, why is that?
Thank you so much, this was very handy to learn!!
I am glad you found this valuable!
Thanks for the video. I really don't understand why you have to explicitly write "await" each line basically. I hate writing Playwright scripts compared to Cypress but I need to help some other QAs pick up UI automation and their teams chose Playwright. That's not your fault obviously 😆 Thanks for the quick vid.
Bcuz all the commands started with Cy are synchronised by default, however playwright is not like that.
You need to make sure a line execute after completing of previous line by using await as prefix.
Thank you pra ❤
Hey I just wanna say that this was the perfect crash course video I needed. Thank you automation bro! 🫶
Thank you so much for your kind words! I'm thrilled to hear that you found the crash course helpful. 😊 If you think it could benefit others, please feel free to share it with your friends and colleagues. Let's keep learning and growing together! 🌟
Hi Sir, 1> How to move the page to a specific element in the playwright's typescript (submit button is down in the form so facing a problem moving the page down to this submit button )
2> How to maintain some time in between one navigation to another navigation ( without waitForTimeout(4000) option - i used await this.page.waitForLoadState('networkidle');, wait for selector)
Great video.. request to do video on playwright api testing with typescript
You can find my Playwright course on Typescript here - bit.ly/sdet-u-academy
Is playwright the best tool for automating standalone api testing?
Playwright is a tool built for web automation that also supports API testing. Personally, if I am just building an API framework then I would not use Playwright for it rather have it something custom like SuperTest, Mocha etc..
I have a course on API Automation that covers this in detail - sdetunicorns.com/course/master-api-test-automation-using-typescript/
Could you please do that for Cypress automation also. That would be far better. And thanks once again for this.
I have a full video series on Cypress. You can check that out - th-cam.com/video/krpKuSqQ0XM/w-d-xo.html
Really helpful video but whatever I do the browser never appears. I've triple checked the headless but no matter what I do the browser never appears. Any suggestions?
Are your tests passing though?
@@sdetunicorns Yes, they pass through ok but I just don't see anything happening.
Hey ..I have a project for you on playwrite
@sdetunicorns @Dilpreet Johal: Hey bud, I was trying to purchase a SDET Unicorn membership with my Indian card, but was unable to (shown up a Card not supported message!). Is there any other way I could get the membership?
Email me with the error you are seeing - dilpreet@sdetunicorns.com