cucumber
Version, currently master branch1 version
- master branchlatestMay 7, 2017
github.com/drhuffman12/microcuke-cr
[Microcuke-Cr](https://github.com/drhuffman12/microcuke-cr) Crystal-lang implementation of [Microcuke](https://github.com/cucumber/microcuke)
0 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
cucumber:
github: drhuffman12/microcuke-cr
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.21.1- License
- MIT
- Author
- Daniel Huffman
Dependencies
Runtime Dependencies
- spec2~> 0.9github: waterlink/spec2.cr
README
cucumber
Microcuke-Cr Crystal-lang implementation of Microcuke. Microcuke-Cr is based on the Zearin's refactor/unpromise branch.
Microcuke is a tiny Cucumber implementation in 500 SLOC, based on Gherkin3.
STATUS
- [x] boolean_expression_parser.js
- [ ] glue
- [ ] glue_loader
- [ ] hook
- [ ] pickle_loader
- [ ] pretty_plugin
- [ ] sequential_test_case_executor
- [ ] source_reader
- [ ] step_definition
- [ ] tag_filter
- [ ] test_case
- [ ] test_step
- [x] dockerize (crystallang/crystal image for now; maybe minideb or Alpine later?)
Installation
Add this to your application's shard.yml:
dependencies:
cucumber:
github: drhuffman12/microcuke-cr
Usage
require "cucumber"
TODO: Write usage instructions here
Development
Test locally:
crystal deps
crystal spec
Test via Docker:
docker-compose build
time docker-compose up
# .. or ..
docker-compose run app
Shell into Docker container:
docker-compose run app bash
Contributing
- Fork it ( https://github.com/drhuffman12/microcuke-cr/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- [drhuffman12] Daniel Huffman - creator, maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- May 7, 2017
- Crystal
0.21.1- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/drhuffman12/microcuke-cr
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 17, 2026
- Synced
- Aug 17, 2026
- Versions
- 1