https://github.com/danpersa/piper
https://github.com/danpersa/piper
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danpersa/piper
- Owner: danpersa
- License: mit
- Created: 2016-07-25T21:05:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-23T12:37:38.000Z (over 8 years ago)
- Last Synced: 2025-01-22T04:31:12.039Z (4 months ago)
- Language: Clojure
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# piper
FIXME: description
## Installation
Download from http://example.com/FIXME.
## Usage
FIXME: explanation
$ java -jar piper-0.1.0-standalone.jar [args]
## Options
FIXME: listing of options this app accepts.
## Examples
...
### Development
`lein test-refresh` to start the test watcher
## Links
https://github.com/gphilipp/bdd-guide-clojure
## Run Cucumber from IntelliJ
```
Main Class: cucumber.api.cli.Main
Glue: test/acceptance/step_definitions
Feature Folder: .... piper/test/acceptance/features (Use full path)
VM Options: -Xbootclasspath/p:test/acceptance/step_definitions:src:test/clj:test/resources
Program Arguments: "--plugin" "pretty"
```## License
Copyright © 2016 FIXME
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.