Sha256: 897d8b60257c5cdacb325febb1643e50a166add753e92b906a55ac7c77cb43bf
Contents?: true
Size: 994 Bytes
Versions: 2
Compression:
Stored size: 994 Bytes
Contents
[<< back](../../README.md) 1. [Description](#description) 2. [Usage](#usage) 3. [Example](#example) 4. [Formats](#formats) ## Description Create reports and save then into `var/TEST-NAME` folder. ## Usage ```ruby play do export end ``` ## Example Run export and build reports using txt output format by default: ```ruby play do export end ``` Run test and build reports using `html` output format: ```ruby play do export :format => :html end ``` ## Formats | Command | Description | | ------------------------ | ----------- | | `export` | Export report files using default ouput format | | `export :format => :txt` | Export file using TXT ouput format | | `export :format => :html` | Export file using HTML ouput format | | `export :format => :yaml` | Export file using YAML ouput format | | `export :format => :json` | Export file using JSON ouput format | | `export :format => :colored_text` | Export file using colored TXT ouput format |
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
teuton-2.1.10 | docs/dsl/execution/export.md |
teuton-2.1.9 | docs/dsl/execution/export.md |