docs/dsl/execution/show.md in teuton-2.1.8 vs docs/dsl/execution/show.md in teuton-2.1.9

- old
+ new

@@ -1,21 +1,26 @@ +[<< 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 + show end ``` -## Other uses +## Parameters -| 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`. | +| 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`. |