This repository contains a Selenium and Cucumber framework designed to facilitate automated testing using Selenium WebDriver and Cucumber in Java. It integrates essential features for executing behavior-driven development (BDD) tests, providing a robust foundation for web application testing scenarios.
- Java
- Maven
- Clone the repository:
git clone https://github.com/paulmarome/selenium_cucumber.git
- Navigate to the project directory:
cd selenium_cucumber
- Install the dependencies:
mvn install
To run tests, execute the following command:
mvn test
Contributions are welcome! Please feel free to submit pull requests or open issues to improve the framework or add new features.
This project is open-sourced under the MIT license. See the LICENSE file for more details.