Skip to content

ninchester/CucumberCookiecutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CucumberCookiecutter

Overview

This is a cookiecutter project which generates a java maven project with Cucumber setup

How to create a project

Prerequisites

  1. Install cookiecutter
  2. Install Java
  3. Install maven

Create

This is how to create a new project based on this cookiecutter project:

cookiecutter /path/to/this/local/cookiecutter/project

When the command above is executed you will be prompted to enter some more details about the project and its features. You can press Enter to keep the default values.

Example: If you have cloned this project to /home/username/CucumberCookiecutter then you should run the following command:

cookiecutter /home/username/CucumberCookiecutter

Test

In order to test if the project was created successfully, run the following command from the root of the newly created project:

  1. If for project_name you have chosen a name ending with *Test.java:

mvn clean test

  1. If for project_name you have chosen a random name:

mvn -Dtest=<the chosen project_name> test

About

A cookiecutter project which generates a java maven project with Cucumber setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published