This project is an automation testing project for Zero Bank website. It is written in Java using Selenium, Cucumber, Gherkin language and JUnit.
The project includes the following scenarios:
- Account Activity
- Account Summary
- Login
- Pay Bill
An automated report is also generated for each test run.
To run the tests locally, follow these steps:
- Clone the repository:
- Navigate to the project directory:
- Build the project using Maven:
- Run the tests:
git clone https://github.com/githsem/ZeroBank_Cucumber.git
cd ZeroBank_Cucumber
mvn clean install
mvn test
The project requires the following dependencies:
- Java
- Selenium
- Cucumber
- Gherkin language
- JUnit
Contributions to the project are welcome. If you find any issues or have any suggestions, please create a new issue or submit a pull request.
This project is licensed under the MIT License.