Provide option to disable auto screenshot taken for failed web test
sundaramrajendran opened this issue · 2 comments
1.20
Client
Due some issue in the test case selenium session got terminated. SeLion is trying to take the screenshot for the session already terminated in SeleniumGridListener.afterInvokation(), so user are getting different error than actual error. Need to have option to disable this auto screenshot taken feature.
May we can add SeLion config to decide this feature is required or not. By default make it enable this feature.
Hi, is this issue still unsolved? if not I would like to try
hi @michiboo I don't believe it has been resolved. here is the current code on the develop branch - https://github.com/paypal/SeLion/blob/develop/client/src/main/java/com/paypal/selion/internal/platform/grid/SeleniumGridListener.java#L319-L322