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 greater ability to peek at existing Configuration keys #535

Closed sampacos closed 1 year ago

sampacos commented 1 year ago

In my testing, I make use of Configuration to store object IDs for the current scenario. Sometimes, multiple values of the same type of object are created. Additionally, objects may be created at separate time points in the scenario, but should still be stored without overwriting previous stores. It would be very helpful to be able to see how many keys in the Configuration's appProps match a certain prefix, which would allow my test to accurately store IDs.