I would like to see on option on keyword tests where you can add a manual checkpoint
Currently, if the users has successfully logged in I can put in a checkpoint that states "object found" or by write a code snippet
code snippet has:
Log.Checkpoint("User " + KeywordTests.login.Parameters.login_user + " successfully logged in")
I would like to get the option in a log comment - just like it is for the code (Log.Checkpoint)