Skip to content

Test Automation | UI Testing | Java | Selenium | TestNG

Notifications You must be signed in to change notification settings

githsem/Selenium_TestNG_Amazon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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