Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/markiewb/cucumber-maven-example

Cucumber Maven Example with Data Tables
https://github.com/markiewb/cucumber-maven-example

cucumber maven

Last synced: 26 days ago
JSON representation

Cucumber Maven Example with Data Tables

Awesome Lists containing this project

README

        

# Cucumber Maven Example

Shows very basic usages of
* DataTables
* Maven integration
* AssertJ

## Requirements
Requires the IDEA Cucumber-Plugin to be installed for
* running tests
* syntax highlighting in *.feature files
* quick fixes, jump between spec and code, error display...

## Running
Within IntelliJ IDEA you can run `mvn test` or run the scenario via the IDEA Cucumber-Plugin.