Show
From STIQ
The "show" command echos the value of a Selenium variable to the third column of a test row. You do not need to "escape" the variable reference -- see Using_Variables for more information about STIQ variables.
These test rows:
| store | Yo, cat! | message | | show | message | |
result in:
| store | Yo, cat! | message |
| show | message | Yo, cat! |
