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

feat: search dotted keys into context storage #289

Closed rmescandon closed 2 years ago

rmescandon commented 2 years ago

the [CONTEXT:blablabla] does not accept dotted keys if the element is into the context storage intead of as part of the context itself. This commit permits searching either in the context or in the storage by resolving as context.storage['a'].b.c for a [CONTEXT:a.b.c] key

coveralls commented 2 years ago

Coverage Status

Coverage decreased (-0.02%) to 89.108% when pulling ebf0c59a01b099cb5ab94d2fce664cf4aad03dbf on rmescandon:feat/dotted_keys_in_context_storage into 37102ec0cede686943bb57a53a40136c34ad49de on Telefonica:master.

codeclimate[bot] commented 2 years ago

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

View more on Code Climate.