Playwright with TypeScript / JavaScript Series - kzbin.info/aero/PL83cimSRP5ZmwhC6u255huRwSi9tlP-nc Playwright API Testing - kzbin.info/aero/PL83cimSRP5ZlwSHlydctQ2njy0nTtjpPZ Learn Playwright in 60 Seconds (Shorts Playlist) - kzbin.info/aero/PL83cimSRP5ZlgDL11AGCufbTmADTOwHhO Playwright Quiz - www.youtube.com/@WishInfinite/community Playwright Notes - docs.google.com/document/d/1O5NSFhHGc9icU3rfERSolAhLUxy2NxyiujsztN3ICL8/edit?usp=sharing Github Profile URL - github.com/Wish-Infinite Github Repository URL - github.com/Wish-Infinite/playwright-tutorials-typescript-javascript.git Push code to Github video - kzbin.info/www/bejne/g3irm51rbsiqgqM
@AutomationGuru1010126 күн бұрын
hats off to you sir your teaching is really superb. before this i had watched sdet qa sirs playwright video but comapred to how you have taught i dont think anyone has taught in this manner in youtube. the more i watch your videos, the respect for you is also increasing. humble request keep adding more videos on playwright and also javascript and typescript . in the coming days this will definityly boom also your channel recognition
@WishInfinite26 күн бұрын
@AutomationGuru10101 Thank you so much for such kind words and appreciation! It truly means a lot to me. I’m so glad to know that the videos are helping you, and your encouragement motivates me to keep improving and creating more valuable content. I’ll definitely continue adding more videos on Playwright, With your support, I’m confident the channel will grow! Thanks again for your trust and respect!
@AmruthaSibyala2 ай бұрын
Hi Sir..Thanks for providing All the playwright Video's with free of cost. I have 5 years of experience in testing but due to lack of Automation skills I was in fear to attend interviews. After watching your videos, I am updated my skills in Automation testing. still, I need to practice more but I am able to clear at least L1 Interview. Hope I will get job soon. Thank you for All the videos.
@WishInfinite2 ай бұрын
@AmruthaSibyala Thank you so much for your kind words! It means the world to know that the videos are helping you gain confidence and build your automation skills. I have no doubt that with more practice, you’ll continue to excel and land the job you deserve. Keep pushing forward, and I’m rooting for your success! If you ever need more guidance, feel free to reach out. Best of luck in your journey!
@minhnghiahuynh39113 ай бұрын
Can you do more about PW's Fixture feature? Please
@WishInfinite3 ай бұрын
@minhnghiahuynh3911 These are different fixtures related videos which I have covered as part of this playlist. Understanding of Custom Fixtures - kzbin.info/www/bejne/mISmmpSNht1gjdE Page Object Models with Fixtures | POM + Fixtures - kzbin.info/www/bejne/p6qmgaeYet-nrNk Fixtures over BeforeEach / AfterEach hooks - kzbin.info/www/bejne/p3_VpZJogZKrpLc Pass Test data as Fixtures - kzbin.info/www/bejne/bWKxnYKXp9SrpKc async / await in JS / TS & Page fixture in Playwright - kzbin.info/www/bejne/nnbQhYdqe7tmY7M are you looking for any specific scenario / topic apart from these topics ?
@minhnghiahuynh39113 ай бұрын
@@WishInfinite Thank you!
@kayathrisriram86123 ай бұрын
Need for merge request also bro
@WishInfinite3 ай бұрын
@kayathrisriram8612 I have already included details that how to Merge PR, are you looking for any specific details ?
@kayathrisriram86122 ай бұрын
How to resolve merge conflict .
@Infobitestelugu3 ай бұрын
Bro one doubt, if I am in master branch and I want to have the latest code from remote ..what command should I use...git pull or git pull origin master .?
@WishInfinite3 ай бұрын
@kirankumarreddy4798, Both are correct commands, and as you told you are already on master branch then in short you can use "git pull". But there is not harm in using "git pull origin master" also.