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
I would be happy just to have better view and edit mode with horizontal scroll for many long parameters (more than 10 columns in header). And to allow empty value without pushing values of all the next columns to the previous ones