https://github.com/andreasaugustin/gherkin-demos-coffee
Gherkin/Cucumber demo written in CoffeeScript
https://github.com/andreasaugustin/gherkin-demos-coffee
Last synced: 3 months ago
JSON representation
Gherkin/Cucumber demo written in CoffeeScript
- Host: GitHub
- URL: https://github.com/andreasaugustin/gherkin-demos-coffee
- Owner: AndreasAugustin
- License: mit
- Created: 2016-04-10T15:10:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-17T18:37:30.000Z (over 9 years ago)
- Last Synced: 2024-10-05T14:21:56.346Z (about 1 year ago)
- Language: CoffeeScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Gherkin demo for CoffeeScript
========[](https://gitter.im/AndreasAugustin/Gherkin-Demos?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://ci.appveyor.com/project/AndreasAugustin/gherkin-demos-coffee)
[](https://travis-ci.org/AndreasAugustin/Gherkin-Demos-coffee)
# Requires
- nodejs
- node packages (listed in package.json)
- gulp
- gulp-codo
- gulp-coffee
- gulp-concat
- gulp-cucumber
- gulp-markdox
- gulp-util# Project setup
$ git clone https://github.com/AndreasAugustin/Gherkin-Demos-coffee.git
$ cd Gherkin-Demos-coffee
$ npm install
# Run gulp$ gulp coffee
$ gulp coffeeGherkinTest
# Run tests (Step run gulp needs to be perfomred before)$ gulp cucumber
or
$ cucumberjs lib/js/test/features/
# Build documentation$ gulp doc