jsc
8 years agoRegular Contributor
how to distinguish between different timeouts?
I got timeouts set on each testitem and on each project.
Currently I have an eventhandler (in the scriptextensions) that is called on either timeout.
But I want to handle it differently
- timeout on testitem: skip to next item
- timeout on project: stop test
My script currently handles both timeouts the same way. How can I tell within the scriptextensions which timeout-setting caused the timeout?