Skip to content
New issue

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

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

Already on GitHub? # to your account

Test failure message should contain original error message. #1

Closed
zahir033 opened this issue Oct 14, 2015 · 4 comments
Closed

Test failure message should contain original error message. #1

zahir033 opened this issue Oct 14, 2015 · 4 comments

Comments

@zahir033
Copy link

Twist used to print customized error message in test case failure message. But gauge simply prints hard coded error message like "Step Execution Failure" and it's pretty much unreal to go through the stack trace every time rather than knowing which is original cause of the error.

@apoorvam
Copy link
Contributor

@zahir033 The custom error message should be shown in xml-report too. However, other report plugins do show the custom error message.

@kashishm
Copy link
Collaborator

We have released XML-Report 0.1.1 with the fix. Update the plugin by running the following command:

gauge --update xml-report

Feel free to reopen this issue, if you face any problem.

@zahir033
Copy link
Author

Appreciate your help. But I noticed new version of xml report is working with only Gauge java 0.2.1 version. If I use any higher version of java plugin, gauge is not able to run the specs. Forcefully I had to downgrade java plugin version. Can you please take a look into this one?

@kashishm
Copy link
Collaborator

We recommend using latest Gauge 0.2.1. The following command will update all the plugins installed using Gauge. This command is present in Gauge 0.2.0 & above

gauge --update-all

# for free to join this conversation on GitHub. Already have an account? # to comment
Development

No branches or pull requests

3 participants