Sha256: 7900290ddfa2e9c91070ee5825ce86a1ebe049cea03095f81938dde5069c1cbf

Contents?: true

Size: 539 Bytes

Versions: 8

Compression:

Stored size: 539 Bytes

Contents

## Description

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

## Usage

```ruby
start do
    show
end
```

## Other uses

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
teuton-2.1.8 docs/dsl/execution/show.md
teuton-2.1.8dev1 docs/dsl/execution/show.md
teuton-2.1.7 docs/dsl/execution/show.md
teuton-2.1.6 docs/dsl/execution/show.md
teuton-2.1.5dev docs/dsl/execution/show.md
teuton-2.1.4 docs/dsl/execution/show.md
teuton-2.1.3 docs/dsl/execution/show.md
teuton-2.1.2 docs/dsl/execution/show.md