You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we use messages, everything gets logged into the HTML log file. This however "only" gets logged in the index.html file. It would be nice if all the messages that got directed to the console also get re-directed to the flash plugin allowing us to see the messages on the webpage.
All we see currently is:
# spec name
## test case name
* step 1
* step 2
but it would be nice if we can add all the messages as well. I.e.,
# spec name
## test case name
* step 1
User loaded url
User asserted xyz.
* step 2
User clicked button
User inputted text box
The text was updated successfully, but these errors were encountered:
In Gauge, we have the the following import:
from getgauge.python import Messages
When we use messages, everything gets logged into the HTML log file. This however "only" gets logged in the index.html file. It would be nice if all the messages that got directed to the console also get re-directed to the flash plugin allowing us to see the messages on the webpage.
All we see currently is:
but it would be nice if we can add all the messages as well. I.e.,
The text was updated successfully, but these errors were encountered: