Sorry, we don't support your browser.  Install a modern browser

Parameters show up within test descriptions#222

?

Parameters show up during a run at the very bottom and to the side. The bottom is annoying to scroll up and down to and the side doesnt display headers and is unusable once parameters become lengthy.

Now headers are implemented, there should be a way to add a variable within test steps to reference a parameters header - and then displays the test parameter whilst the test is running.

EG
Parameters:
| Login | Password | Result
| login1 | pass1 | valid
| login2 | pass2 | invalid

Description:
Enter the login @Login
Enter the password @Password
Click login

Login details were @Result

Test runs created from parameters:
Enter the login login1
Enter the password pass1
Click login

Login details were valid

Enter the login login2
Enter the password pass2
Click login

Login details were invalid

4 months ago