Sha256: 3bd58174f53561fe729ce9da72181f97ddb364852b63c99d00426a7ad944c0f0
Contents?: true
Size: 466 Bytes
Versions: 3
Compression:
Stored size: 466 Bytes
Contents
ceedling-raw-output-report ========================== ## Overview The raw-output-report allows you to capture all the output from the called tools in a single document, so you can trace back through it later. This is useful for debugging... but can eat through memory quickly if left running. ## Setup Enable the plugin in your project.yml by adding `raw_output_report` to the list of enabled plugins. ``` YAML :plugins: :enabled: - raw_output_report ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ceedling-0.31.1 | plugins/raw_output_report/README.md |
ceedling-0.31.0 | plugins/raw_output_report/README.md |
ceedling-0.30.0 | plugins/raw_output_report/README.md |