Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.25 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.25 KB

Amazon End-to-End Test Automation

This project is an end-to-end test automation framework for testing a specific feature on the Amazon website. The tests are written in Java using Selenium and TestNG, and the project follows the Page Object Model design pattern.

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository:
  2. bash git clone https://github.com/githsem/Selenium_TestNG_Amazon.git
  3. Navigate to the project directory:
  4. bash cd Selenium_TestNG_Amazon
  5. Install the necessary dependencies using Maven:
  6. mvn clean install
  7. Run the tests:
  8. bash mvn test

Test Reports

After running the tests, the test reports can be found in the project. Open the HTML report file to view the detailed test results.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License