https://github.com/vrun545/jenkins_
This repository contains a Selenium Java project for automated testing of web applications, along with a Jenkins pipeline for continuous integration and continuous deployment (CI/CD) of the project.
https://github.com/vrun545/jenkins_
git java jenkins maven selenium seleniumwebdriver
Last synced: 2 months ago
JSON representation
This repository contains a Selenium Java project for automated testing of web applications, along with a Jenkins pipeline for continuous integration and continuous deployment (CI/CD) of the project.
- Host: GitHub
- URL: https://github.com/vrun545/jenkins_
- Owner: vrun545
- Created: 2024-04-10T10:08:15.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-21T03:37:31.000Z (about 1 year ago)
- Last Synced: 2025-01-26T06:28:02.723Z (4 months ago)
- Topics: git, java, jenkins, maven, selenium, seleniumwebdriver
- Language: HTML
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Selenium Java Test Automation with Jenkins CI/CD
This repository contains a Selenium Java project for automated testing of Amazon Web Application.
## Project Overview
The project includes the following components:
- **Selenium Test Cases**: Five test cases written in Java using the Selenium WebDriver framework. These test cases automate the testing of various functionalities of a web application.
## Usage
1. Clone this repository to your local machine.
2. Set up your Selenium environment with the required dependencies.
3. Navigate to the project directory.
4. Execute the test cases using a test runner or IDE of your choice.## Test Cases
The test cases are located in the `src/test/java` directory. They cover different scenarios and functionalities of the web application under test.
## Contributing
Contributions are welcome! Please feel free to submit pull requests for any improvements or additional features.
## License
This project is licensed under the [MIT License](LICENSE). Feel free to use, modify, and distribute it as per the terms of the license.