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 JSON support to type inference logic #244

Closed pabloge closed 3 years ago

pabloge commented 3 years ago

Add JSON object/list conversion to Python dict/list in the type inference logic of the replace_param function

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.02%) to 90.136% when pulling 38fdcf38bf3e93fa0e696cc86e5955534b8de6b5 on feat/add_json_support_to_type_inference_logic into 77b2162d0c7f4639fa6c888f0a81e9f41e245d5c on master.

pabloge commented 3 years ago

LGTM,

but perhaps we could add something in docs related to type inference and this logic.

Alright, done!