microcuke-cr

[Microcuke-Cr](https://github.com/drhuffman12/microcuke-cr) Crystal-lang implementation of [Microcuke](https://github.com/cucumber/microcuke)

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

  • 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
  • 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

  1. Fork it ( https://github.com/drhuffman12/microcuke-cr/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

Repository

microcuke-cr

Owner
Statistic
  • 0
  • 0
  • 0
  • 0
  • 1
  • over 7 years ago
  • April 7, 2017
License

MIT License

Links
Synced at

Thu, 07 Nov 2024 07:10:42 GMT

Languages