Sha256: a242f147e70e104ee52e5dc4056d6cecea0614216fb09fb9801aac05a92d3c4f
Contents?: true
Size: 795 Bytes
Versions: 2
Compression:
Stored size: 795 Bytes
Contents
# AllureCucumber Allure adaptor for [cucumber](http://cukes.info/). This borrows code heavily from [allure-rspec](https://github.com/allure-framework/allure-rspec) gem. This is an experimental gem and very much a work in progress. ## Installation Add this line to your application's Gemfile: gem 'allure-cucumber' And then execute: $ bundle Or install it yourself as: $ gem install allure-cucumber ## Usage Use `--format AllureCucumber::Formatter` while running cucumber or add it to `cucumber.yml` By default, allure artifacts are stored in `/allure/data`. To change this set `AllureCucumber::Config.output_dir` in your `env.rb` file. You can attach files to steps ```ruby # file: features/support/env.rb include AllureCucumber::DSL attach_file(title, file) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
allure-cucumber-0.4.0 | README.md |
allure-cucumber-0.2.1 | README.md |