Sha256: 99a8763c7f643bd5d2eacd368103297915f691948400051ae49ff2b2ab00e560

Contents?: true

Size: 535 Bytes

Versions: 3

Compression:

Stored size: 535 Bytes

Contents

ceedling-pretty-tests-report
============================

## Overview

The stdout_pretty_tests_report is the default output of ceedling. Instead of
showing most of the raw output of CMock, Ceedling, etc., it shows a simplified
view. It also creates a nice summary at the end of execution which groups the 
results into ignored and failed tests.

## Setup

Enable the plugin in your project.yml by adding `stdout_pretty_tests_report`
to the list of enabled plugins.

``` YAML
:plugins:
  :enabled:
    - stdout_pretty_tests_report
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ceedling-0.31.1 plugins/stdout_pretty_tests_report/README.md
ceedling-0.31.0 plugins/stdout_pretty_tests_report/README.md
ceedling-0.30.0 plugins/stdout_pretty_tests_report/README.md