Steps to Import and run the project
- Prerequisites • Java • Maven • Eclipse • Allure • Chrome and FF latest VERSION
Important : create personal access token and add to BaseTest.java for downloading chrome and gecko driver automatically
String tokenName = "";
String tokenSecret = "";
git clone https://github.com/ryallurkar/MultiBrowser.git
-
To run from command line "mvn clean test"
-
Go to File > Import > Maven > Existing Maven Projects > Select unzipped folder (MultiBrowser)
-
Right click on testing.xml > Run as > TestNg Suite