Sha256: 88b357f3be57a9baf5b13365b099d718c855deafc45ef0ad43916ff11467ab14

Contents?: true

Size: 507 Bytes

Versions: 3

Compression:

Stored size: 507 Bytes

Contents

ceedling-stdout-gtestlike-tests-report
======================

## Overview

The stdout_gtestlike_tests_report replaces the normal ceedling "pretty" output with 
a variant that resembles the output of gtest. This is most helpful when trying to 
integrate into an IDE or CI that is meant to work with google test.

## Setup

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

``` YAML
:plugins:
  :enabled:
    - stdout_gtestlike_tests_report
```

Version data entries

3 entries across 3 versions & 1 rubygems

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