Hi koushik , I have one question I am going to use your framework in my organisation, but the Jason File author name is yours with license , can I change that ? Is it possible?
Mostly js and Ts are the same only, only a few syntax will change. You can learn from this playlist. Recommended is TS, learning TS will take roughly 30 mins if u know js
Hello Koushik, Greetings!!!, Just wanted to check with you that are you planning to complete these Framework video Series which you started? I have watched your whole series of 100 videos and able to see 3 Framework videos at Video 79, 83 and 85 but All the concepts are not covered that how a final Framework should be and what are all the functionalities which should be there. I have watched one video where your Friend Akshay Pai covered framework. Eagerly waiting for more videos for complete Framework from your point of view. Thank you for your efforts !!!
Hi, you can refer to the Akshay repo. I don't think anything more to be added to the playlist. You can also refer to the code and music playlist, I have done a complete project.
Hi koushik, I had a small query. I had one feature with 5 scenarios. How to run same feature file in same browser(chrome) multiple times in parallel. is it possible with playwright cucumber.
Hello Koushik - thanks for the amazing video series - i am in stage of practicing playwright at the moment - not deepdived into developing framework but i have some weird thoughts of how/why does the browser close automatically after the steps inside the test() method is executed ? is this the nature of the test() method ? (inside one example.js)i was trying to use beforeall() to launch the browser - > have multiple test method() -> finally close the browser using afterall() is this even possible ?
I am trying to create a framework with cucumber typescript and playwright. How do I convert scenario datatable to map object and access as key value pair. I could do this easily in Java
hay Koushik, nice session was exploring to understand the details on how to build framework from scratch in playwright and this was helpful, just wanted to understand when we have built in option to locate the locators in playwright itself so how the findLocator function defined in wrapper.ts will be helpful?
Thank you!! This is very helpful, I do have a requirement of using SSL certificate as a part of authentication, can you please create a video on that ?
@@letcode Thanks for the answer. I'm working on a project to extract data from the system, I'm using playwright and I'm really enjoying it. do you provide any kind of support besides the videos here? I assembled all the code using nodejs, it's working, but I'm not sure if I used the commands correctly.
@@loopvideos1768 give it a try, it should work. I don't do support, but i try to help as possible. You can join our discord, link in the channel video description.
Thank you Kaushik for shoutout. Looking forward to implementing your suggestions as well.
Thank you very much Koushik :) ! Awesome work!
Just Subscribed, I am new to Playwright with Typescript and its very helpful so far!
Great 👍
Thanks for your playwright series. Please add more framework related videos specifically reusable methods etc
Welcome 🤗. Sure I'll do my best
Very useful and amazing delivery... expect more concepts in playwright framework...
You are amazing. Waiting for further framework videos
Hi koushik , I have one question I am going to use your framework in my organisation, but the Jason File author name is yours with license , can I change that ? Is it possible?
Yes it is open, you can do all the changes.
I am not able to find the framework creation video , could you please help me with this .
ruclips.net/p/PL699Xf-_ilW4FuazWjbnRm0PPCltz25pz&si=21I6-p-clc5w59XY
Thank you for the prompt reply , but it is redirecting me to the same video @@letcode
I guess u r referring to this
ruclips.net/video/ELAp41NV13E/видео.htmlsi=9UNrsBmiePQbbmVW
Am not able to find framework with js videos..please provide the link for the you tube videos for given framework with js repo..
No js, only TS
@@letcode thanks for your response....please suggest any good playlist for Playwright with JS framework..
Mostly js and Ts are the same only, only a few syntax will change. You can learn from this playlist.
Recommended is TS, learning TS will take roughly 30 mins if u know js
@@letcodeThank you so much. will start as per your suggestion...
Hello Koushik, Greetings!!!,
Just wanted to check with you that are you planning to complete these Framework video Series which you started?
I have watched your whole series of 100 videos and able to see 3 Framework videos at Video 79, 83 and 85 but All the concepts are not covered that how a final Framework should be and what are all the functionalities which should be there.
I have watched one video where your Friend Akshay Pai covered framework.
Eagerly waiting for more videos for complete Framework from your point of view.
Thank you for your efforts !!!
Hi, you can refer to the Akshay repo.
I don't think anything more to be added to the playlist.
You can also refer to the code and music playlist, I have done a complete project.
Hello Koushik, Thank you for reply, I was not aware about your Code and Music playlist, Will go through for Framework. @@letcode
Hi koushik, I had a small query. I had one feature with 5 scenarios. How to run same feature file in same browser(chrome) multiple times in parallel. is it possible with playwright cucumber.
Hi, i doubt that. I have to check.
@@letcode please let me know when u find it
is it really necessary to make wrapper and over completed things I think we directly used playwright function that allso good standard wrapper .
Yeah, that is what I said in the beginning of video, but i got lots of comments related to framework.
Hi Pradeep,Are you using any framework without wrappers?
Hello Koushik - thanks for the amazing video series - i am in stage of practicing playwright at the moment - not deepdived into developing framework but i have some weird thoughts of
how/why does the browser close automatically after the steps inside the test() method is executed ?
is this the nature of the test() method ?
(inside one example.js)i was trying to use beforeall() to launch the browser - > have multiple test method() -> finally close the browser using afterall()
is this even possible ?
That is also possible, but thankfully playwright has a fixtures concept where it opens and closes the browser automatically.
Requesting you to add , multi environment handling ,API framework in the same
Sure 😃
@@letcode I was thinking of the same . multi environment support and API framework would be great.
I get error like context n page fixtures are not supported in beforeAll , why can’t i use it ? As i have seen u r using page fixures in beforeAll
Fixtures don't support connect and page in before all, however you can use those in test i guess.
@@letcode ya that I am doing just thought if there is any work around , Thankyou
Hi koushik joined your membership but still not able to join your WhatsApp group...I needed help on Playwright test data ...please reply
Thanks for joining.
If you go to the membership page, there you can see the WhatsApp group link.
I am trying to create a framework with cucumber typescript and playwright. How do I convert scenario datatable to map object and access as key value pair. I could do this easily in Java
I haven't work on that, but i guess we can use the map here as well
hay Koushik, nice session was exploring to understand the details on how to build framework from scratch in playwright and this was helpful, just wanted to understand when we have built in option to locate the locators in playwright itself so how the findLocator function defined in wrapper.ts will be helpful?
Yeah, it is not that useful, after the introduction of getByLocator, I'm not using this wrapper function to find the locator.
Thx for the confirmation Koushik, this was helpful
Can we have same code base with java script? it will be really helpful,
thanks maccha for all your help.
I'll recommend to switch to typescript. Concept is same may be u can try with js.
@@letcode in current project my team emphasize to use Javascript only, no problem I will try the same with javascript
How to print table all rows using playwright ?
I'll cover the web table concept in the upcoming days.
@@letcode Kindly upload soon and make a video to verify data by automation
Hi koushik, When can we expect this playlist to be completed?
In another 2 weeks I'll try to complete 😊
Could you please make a video on how we can use a same json object across all test cases?
Which json object u r referring to ?
Thank you!! This is very helpful, I do have a requirement of using SSL certificate as a part of authentication, can you please create a video on that ?
I'll look into it
@@letcode Thank you!!
Thanks for all the amazing videos :) I was wondering if you could do a video about lighthouse performance automation with playwright.
Thanks, I'll look into it.
One more request Kaushik, can u plz include how do we specify the devices ( mobile ), the browsers , env at run time , Thankyou
For mobile and browser u can refer this
ruclips.net/video/NBHDp-QvGBQ/видео.html
For env I'll make videos.
@@letcode Thankyou
hello, great video, thank you very much... Doesn't contain subtitles in the videos?
sorry I'm from Brazil and I'm still learning English lol
Subtitles will be added automatically by youtube in a while, pls watch tomo morning,
Thanks for joining as a channel member.
@@letcode Thanks for the answer.
I'm working on a project to extract data from the system, I'm using playwright and I'm really enjoying it. do you provide any kind of support besides the videos here?
I assembled all the code using nodejs, it's working, but I'm not sure if I used the commands correctly.
@@loopvideos1768 give it a try, it should work.
I don't do support, but i try to help as possible.
You can join our discord, link in the channel video description.