Sha256: 943375d40a05e922710c595ac682daa4d050874d292ddd4db30bd397f4d9eca1

Contents?: true

Size: 720 Bytes

Versions: 7

Compression:

Stored size: 720 Bytes

Contents

# Cucumber Pro Client Gem
[![Build Status](https://travis-ci.org/cucumber-ltd/cucumber-pro-ruby.svg?branch=master)](https://travis-ci.org/cucumber-ltd/cucumber-pro-ruby.svg?branch=master)

This gem provides a formatter for Cucumber that publishes results to
the [Cucumber Pro](https://cucumber.pro) web service.

## Usage

Add the following line to your gemfile:

```
gem 'cucumber-pro'
```

Now run Cucumber using the `Cucumber::Pro` formatter:

```
CUCUMBER_PRO_TOKEN=<your auth token> cucumber -f Cucumber::Pro -o /dev/null -f pretty
```

This will set up a connection to the Cucumber Pro server and stream results as
your tests run. If you want to see debug output, replace `/dev/null` with the
path to a log file.

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
cucumber-pro-0.0.15 README.md
cucumber-pro-0.0.14 README.md
cucumber-pro-0.0.13 README.md
cucumber-pro-0.0.12 README.md
cucumber-pro-0.0.11 README.md
cucumber-pro-0.0.10 README.md
cucumber-pro-0.0.9 README.md