A Maven framework in which to build Selenium tests written in Java with Allure reports of test results.
Copy the repo into your local machine.
git clone https://github.com/Bhaveshgoldsmith/risecodes.git
To express a specific browser type, pass the following property in envConfig.properties:
browserName= firefox
Either mention firefox/Chrome, As of now I have set it to firefox
To change the login test data, change the user name and password at following path /saucelab/src/main/resources/testdata/testdatalogin.xlsx
To run the test , execute the following file /saucelab/testng.xml > Right click on it and run as TestNG
mvn test
cd AutomationSaucelab/risecodes/automation/common
allure serve allure-results/