Telefonica / toolium

Wrapper tool of Selenium and Appium libraries to test web and mobile applications in a single project
Apache License 2.0
113 stars 61 forks source link

fix: partial replacement for string with length #383

Closed cgarmor closed 6 months ago

cgarmor commented 6 months ago

from the dataset code it seems that support for [STRING_WITH_LENGTH_NN] inside a longer string was inteded to be supported, but the implementation does not work. This is a fix as it might be a useful feature (e.g.: for composing parameters that require a determined substring + having a given length)

codeclimate[bot] commented 6 months ago

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

View more on Code Climate.