Adrian-Tamas / reportportal-behave-integration-client-lib

Report Portal Integration Client for Python Behave
MIT License
4 stars 4 forks source link

Log and stack trace management with failure cases #5

Open jeenitkhatri opened 3 years ago

jeenitkhatri commented 3 years ago

Using library we have only log with steps and table. But not able to log the stack trace for the failure cases.

Is their any way to have a stack trace with the failure test cases. even their is nothing mentioned in python-client repository which is maintained by the reportportal

Adrian-Tamas commented 3 years ago

Hi @jeenitkhatri , sorry for the late response. There was no possibility to add the stacktrace, but I added the stacktrace in the report by default in the new 1.1.1 release. Please update the library to the latest version and you should be able to see the stacktrace now when there is a failure