An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

```
# .___ __ _____ __ __ .__
# ______ __| _/_____/ |_ / _ \ __ ___/ |_ ____ _____ _____ _/ |_|__| ____ ____
# / ___// __ |/ __ \ __\/ /_\ \| | \ __\/ _ \ / \\__ \\ __\ |/ _ \ / \
# \___ \/ /_/ \ ___/| | / | \ | /| | ( <_> ) Y Y \/ __ \| | | ( <_> ) | \
# /____ >____ |\___ >__| \____|__ /____/ |__| \____/|__|_| (____ /__| |__|\____/|___| /
# \/ \/ \/ \/ \/ \/ \/
```

# cucumber-java
starter project for cucumber java

[![Build Status](https://travis-ci.org/sdetAutomation/cucumber-java.svg?branch=master)](https://travis-ci.org/sdetAutomation/cucumber-java)

[![Java CI](https://github.com/sdetAutomation/cucumber-java/workflows/Java%20CI/badge.svg)](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`