i tested the sample Junit assertion failed report and my html-log has'nt the failure logged. The calling class surround the test with try/catch, finally after exception i tear down the test and nothing happend to the logfile.
What's wrong?
Thanks
Stephan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
did you use the test exactly as in the sample?
up to now LoggingSelenium intercepts AssertionFailed itself to be able to log an appropriate message to the log.
so i think catching exceptions by yourself keeps LoggingSelenium from noticing these failures.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
i tested the sample Junit assertion failed report and my html-log has'nt the failure logged. The calling class surround the test with try/catch, finally after exception i tear down the test and nothing happend to the logfile.
What's wrong?
Thanks
Stephan
did you use the test exactly as in the sample?
up to now LoggingSelenium intercepts AssertionFailed itself to be able to log an appropriate message to the log.
so i think catching exceptions by yourself keeps LoggingSelenium from noticing these failures.