This project is a Java-based automated testing framework using Selenium, Cucumber, and Maven for web application testing.
- Java
- Maven
- Selenium WebDriver
- Cucumber (BDD)
- JUnit
qa-automation-framework/
├── pom.xml
├── src/
│ ├── main/java/com/magnetika/qa/
│ └── test/java/com/magnetika/qa/
│ ├── pages/
│ ├── runners/
│ ├── steps/
│ ├── utils/
│ └── resources/features/
- Clone the repository:
git clone https://github.com/Magnetika/QA-Automation-Framework.git - Navigate to the project folder:
cd qa-automation-framework - Install dependencies:
mvn clean install
To run the tests, use:
mvn test
Test results can be found in the target/surefire-reports directory.
After execution, test reports are available in XML and TXT format in the target/surefire-reports directory.
Pull requests and suggestions are welcome!
For questions, contact the project owner: Magnetika