https://github.com/anshul-sonpure/cucumberframework
This repository contains automation tests using Cucumber framework. The tests are written in Java and executed using JUnit.
https://github.com/anshul-sonpure/cucumberframework
automation bdd-framework bdd-style-testing-framework cucumber cucumber-java framework gherkin selenium-webdriver
Last synced: 3 months ago
JSON representation
This repository contains automation tests using Cucumber framework. The tests are written in Java and executed using JUnit.
- Host: GitHub
- URL: https://github.com/anshul-sonpure/cucumberframework
- Owner: Anshul-Sonpure
- Created: 2020-11-26T13:43:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-17T16:40:21.000Z (over 2 years ago)
- Last Synced: 2025-01-26T00:34:15.127Z (5 months ago)
- Topics: automation, bdd-framework, bdd-style-testing-framework, cucumber, cucumber-java, framework, gherkin, selenium-webdriver
- Language: HTML
- Homepage: https://medium.com/@theautobot/how-to-build-a-robust-automation-framework-with-cucumber-and-selenium-ebcc8984fdc5
- Size: 4.93 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# _Cucumber Automation_
This repository contains automation tests using Cucumber framework. The tests are written in Java and executed using JUnit.# _Prerequisites_
- Java 8 or higher
- Maven
- Cucumber## _How to run the tests_
Clone the repository to your local machine.
Open the project in your IDE of choice.
Navigate to the src/test/resources directory.
Open the test.feature file and modify the test scenario(s) as needed.
Run the TestRunner.java file to execute the tests.## _About Cucumber_
Cucumber is a behavior-driven development (BDD) tool that helps teams define, document, and automate their software requirements.\
It uses natural language to describe the behavior of a software application and enables developers, testers,
and business stakeholders to collaborate and create tests that can be automated.
Cucumber supports various programming languages, including Java, Ruby, and Python, and integrates with various testing frameworks, such as JUnit, TestNG, and RSpec.## _Contributing_
Contributions are welcome! If you would like to contribute to this repository, please submit a pull request.## _Contact_
If you have any questions or comments, please feel free to contact us at [email protected].