#tutorials 9 || Playwright Java || How to run playwright test parallel using TestNG

preview_player
Показать описание
In this video you will learn how to run Playwright tests parallel on multiple browsers by using TestNG suite xml file.
Рекомендации по теме
Комментарии
Автор

Hi Bro,
Can you please provide the github repo for the above PlayWright parallel execution with testNG please?

Al-ohyr
Автор

Hi, I am using testng file to run with below command which runs test cases suite in sequence. Should I make changes in command too? >mvn test -Dbase.env=uat -Dbrowser.name=chrome -Dcountry.name=IN

saurabhsrivastav