Follow these steps to set up and run the project.
Ensure that you have the following installed:
- Clone the repository
Run the following command to clone the project repository:git clone https://github.com/DinithKumudika/SQA-POM.git
- Install dependencies
Navigate to the project directory and use Maven to install dependencies specified in the
pom.xml
file:mvn clean install
- Configure project settings
Open the config.properties file and set the necessary configurations, such as the base URL of the System Under Test (SUT).
Example:
baseUrl=https://example.com
- Run the test suite Execute the test suite by running testng.xml