dougnoel / sentinel

A Selenium/Appium framework that enables users to focus on automating web and windows tests, so that automated tests can be written in a non-technical way in the same amount of time as manual tests can be executed.
Apache License 2.0
11 stars 13 forks source link

Add ability to clear all configuration values set during runtime #498

Closed sampacos closed 1 year ago

sampacos commented 1 year ago

Would be nice to have one method to clear all configuration values set during runtime, so I could use it in my teardown to prevent stored value collisions between test cases.

sampacos commented 1 year ago

499