You can choose from the following web browsers for testing:
chromefirefox
You can select one of the following environments:
devtest
There are two test suite files available:
testing-all.xml(Comprehensive Test Suite)testing-smoke.xml(Smoke Test Suite)
To run tests, use the following command in the terminal:
gradle test -Pbrowser=<BROWSER> -Penvironment=<ENVIRONMENT> -Dsurefire.suiteXmlFiles=src/test/resources/suits/<SUITE_XML_FILE>Example:
gradle test -Dbrowser=chrome -Denvironment=test -Dsurefire.suiteXmlFiles=src/test/resources/suits/testng-all.xml