Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himash79/behavior-driven-development
Implement Behaviour driven development using Java.
https://github.com/himash79/behavior-driven-development
bdd behavior-driven-development cucumber-java java maven
Last synced: about 1 month ago
JSON representation
Implement Behaviour driven development using Java.
- Host: GitHub
- URL: https://github.com/himash79/behavior-driven-development
- Owner: himash79
- Created: 2022-12-18T15:41:16.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-18T15:46:23.000Z (about 2 years ago)
- Last Synced: 2023-08-14T21:27:20.496Z (over 1 year ago)
- Topics: bdd, behavior-driven-development, cucumber-java, java, maven
- Language: Java
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Behaviour-driven-development
Implement Behaviour driven development using Java.## Requirements
01) Java 11
02) Maven 3.8## Project setup
01) Clone the project
https://github.com/himash79/Behavior-driven-development.git
03) Clean and build the project using mavenopen command line (CMD) in project directory and execute 'mvn clean install'
04) Open project using intelij / eclipse.
05) Test the senarios.