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: add set_file_path and set_base64_path functions #269

Closed pabloge closed 2 years ago

pabloge commented 2 years ago

Add set_file_path and set_base64_path functions to allow the use of the [BASE64:xxxx] and [FILE:xxxx] mapping patterns specifying a path that is relative to a base path previously set.

The current behaviour remains if no base path is set, i.e. the path specified in the pattern can be an absolute path or a path relative to the Python process execution path.

coveralls commented 2 years ago

Coverage Status

Coverage increased (+0.02%) to 88.977% when pulling 77a570952d0fd04345241647ee96159e23f185f0 on feat/add_set_file_path_and_set_base64_path_functions into e00115ad009067203e506eeac12a84b8efb4edd3 on master.

codeclimate[bot] commented 2 years ago

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

View more on Code Climate.