-
-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ignore_case + regex support in have.value & co #537
Comments
yashaka
changed the title
regex matched version of have.value & co
ignore_case + regex support in have.value & co
May 26, 2024
ignore_case was implemented for value-like attribute conditions in one of commits for #530 on applying |
yashaka
added a commit
that referenced
this issue
Jul 14, 2024
[#537] TEST: cover value like conditions with ignore_case tests
github-actions bot
added a commit
that referenced
this issue
Jul 14, 2024
[#537] TEST: cover value like conditions with ignore_case tests
yashaka
added a commit
that referenced
this issue
Jul 15, 2024
[#537] DOCS: log todo on potential property based impl. (similar to .ignore_case prop)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Consider adding regex support to the following conditions:
have.value
have.value_containing
have.attribute(name).*
(all*
)have.no.*
versions of same conditionsTake #529 as example of implementation and also the corresponding ignore case implementation...
The text was updated successfully, but these errors were encountered: