Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement request: Messages implementation #20

Open
asarkisian opened this issue Dec 27, 2020 · 0 comments
Open

Enhancement request: Messages implementation #20

asarkisian opened this issue Dec 27, 2020 · 0 comments

Comments

@asarkisian
Copy link

asarkisian commented Dec 27, 2020

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:

# 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant