Thanks for the video. One thing if i understand it correctly, playwright async is useful in case you don't want to introduce a delay in the script. because async uses auto wait. so if next statement is not executed until previous statement gets the returned value then it is similar to sync only right.
hello sir can you please tell me i am trying to execute two test cases but that two test cases are execute at a same time i want to execute that test cases one by one
Very very helpful.
This concept is asked in the interview directly or indirectly…
Thank you for your time. When do you plan to finish the Playwright tutorial series?
Thanks for the video. One thing if i understand it correctly, playwright async is useful in case you don't want to introduce a delay in the script. because async uses auto wait. so if next statement is not executed until previous statement gets the returned value then it is similar to sync only right.
Thank you this is awesome
hello sir can you please tell me i am trying to execute two test cases but that two test cases are execute at a same time i want to execute that test cases one by one
Hi, In case of async and await, if promise is not returned, what will be the default time out