https://github.com/sdetautomation/cucumber-java
starter project for cucumber java
https://github.com/sdetautomation/cucumber-java
Last synced: 10 months ago
JSON representation
starter project for cucumber java
- Host: GitHub
- URL: https://github.com/sdetautomation/cucumber-java
- Owner: sdetAutomation
- License: mit
- Created: 2020-01-20T23:06:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T18:58:56.000Z (over 5 years ago)
- Last Synced: 2025-04-15T17:47:15.350Z (about 1 year ago)
- Language: Java
- Size: 76.2 KB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
# .___ __ _____ __ __ .__
# ______ __| _/_____/ |_ / _ \ __ ___/ |_ ____ _____ _____ _/ |_|__| ____ ____
# / ___// __ |/ __ \ __\/ /_\ \| | \ __\/ _ \ / \\__ \\ __\ |/ _ \ / \
# \___ \/ /_/ \ ___/| | / | \ | /| | ( <_> ) Y Y \/ __ \| | | ( <_> ) | \
# /____ >____ |\___ >__| \____|__ /____/ |__| \____/|__|_| (____ /__| |__|\____/|___| /
# \/ \/ \/ \/ \/ \/ \/
```
# cucumber-java
starter project for cucumber java
[](https://travis-ci.org/sdetAutomation/cucumber-java)
[](https://github.com/sdetAutomation/cucumber-java/actions)
Introduction
------------
This project is made for anyone who is looking for a starting point for writing functional tests using Cucumber and Java.
This project was written using IntelliJ IDEA Community Edition.
Maven Java Project / Maven Wrapper
-----
This project is written in Java and tests can be executed using Maven commands.
./mvnw clean install
Code Gen Step Definitions
-----
Used [Tidy Gherkin - (Chrome extension)](https://chrome.google.com/webstore/detail/tidy-gherkin/nobemmencanophcnicjhfhnjiimegjeo?hl=en-GB) to code gen Step Definitions. Just
cut and paste feature file content to Tidy Gherkin and it will auto gen the Java code for Step Definitions
Continuous Integration(CI)
------------
A web hook has been setup with Travis CI for all Push and Pull Requests.
A web hook has also been setup with Github Actions for all Push and Pull Requests.
Questions / Contact / Contribute
------------
Feel free to fork this repo, add to it, and create a pull request if you like to contribute.
If you have any questions, you can contact me via email: `sdet.testautomation@gmail.com`