Telefonica / toolium

Wrapper tool of Selenium and Appium libraries to test web and mobile applications in a single project
Apache License 2.0
115 stars 62 forks source link

fix: ensure close_drivers method is always called in after feature hook #305

Closed pabloge closed 1 year ago

pabloge commented 1 year ago

Ensure the close_drivers method in after_feature is always called. That was not happening when there had been a failure executing the preconditions, due to the exception that is raised in that case.

coveralls commented 1 year ago

Coverage Status

Coverage: 89.196% (+0.02%) from 89.175% when pulling 08df6c1d92ef8c65d4e3c5fc74c6052c976d3217 on fix/always_close_drivers_in_after_feature_hook into f7a3f1c4db231085c1a356d83bf799ff7056aa1b on master.

codeclimate[bot] commented 1 year ago

Code Climate has analyzed commit 08df6c1d and detected 0 issues on this pull request.

View more on Code Climate.