tristaanogre
7 years agoEsteemed Contributor
So... turn off "stop on error/stop on warning" and create your automation to only stop when you want it to. Then, wrap your execution in try/catch/finally logic so that, when you DO run into an exception that causes you to have to halt the tests, you still export the log.
OR... you could implement "OnStopTest" event handler so that, when the test halts, you will execute log export.
Related Content
- 7 months ago
- 3 years ago
- 7 years ago
- 7 years ago