Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/markiewb/cucumber-maven-example
- Owner: markiewb
- Created: 2020-06-12T19:28:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-12T19:36:51.000Z (over 4 years ago)
- Last Synced: 2024-10-28T11:59:47.527Z (2 months ago)
- Topics: cucumber, maven
- Language: Java
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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.