Sha256: 2f1d4c7c9c09b3e6e1443cb2a2608a4291fe4397142ab0c0c6f5c8c4fd1261aa

Contents?: true

Size: 641 Bytes

Versions: 15

Compression:

Stored size: 641 Bytes

Contents

[<< back](../../README.md)

1. [Description](#description)
2. [Usage](#usage)
3. [Parameters](#parameters)

## Description

When tests ends, `show` instruction shows on screen information about final results.

## Usage

```ruby
start do
  show
end
```

## Parameters

| Action         | Description                             |
| -------------- | --------------------------------------- |
| `show`         | Same as `show :resume`. Default option. |
| `show :resume` | Show resumed information on screen.     |
| `show :cases`  | Show information from every case on screen.|
| `show :all`    | Same as `show :resume` and `show :details`. |

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
teuton-2.3.11 docs/dsl/execution/show.md
teuton-2.3.10 docs/dsl/execution/show.md
teuton-2.3.9 docs/dsl/execution/show.md
teuton-2.3.8 docs/dsl/execution/show.md
teuton-2.3.7 docs/dsl/execution/show.md
teuton-2.3.6 docs/dsl/execution/show.md
teuton-2.3.5 docs/dsl/execution/show.md
teuton-2.3.4 docs/dsl/execution/show.md
teuton-2.3.3 docs/dsl/execution/show.md
teuton-2.3.2 docs/dsl/execution/show.md
teuton-2.3.1 docs/dsl/execution/show.md
teuton-2.2.2 docs/dsl/execution/show.md
teuton-2.1.11 docs/dsl/execution/show.md
teuton-2.1.10 docs/dsl/execution/show.md
teuton-2.1.9 docs/dsl/execution/show.md