You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I.e., Capybara matchers. Here's one use-case: Tests to verify that certain searches work as expected. It'd be extremely useful for webmasters of sites which have a built-in search function. At L&C College, this was something we routinely needed to make sure continued working as expected.
Maybe this will be as "simple" as implementing a matcher mirroring Capybara's have_content.
Example: Missing gitlab search result
Here's a bug I just reported for GitLab showing that the search engine results have a problem. They'd benefit from a monitor that'd tell them immediately when search for something important like this stops working:
The text was updated successfully, but these errors were encountered:
I.e., Capybara matchers. Here's one use-case: Tests to verify that certain searches work as expected. It'd be extremely useful for webmasters of sites which have a built-in search function. At L&C College, this was something we routinely needed to make sure continued working as expected.
Maybe this will be as "simple" as implementing a matcher mirroring Capybara's
have_content
.Example: Missing
gitlab
search resultHere's a bug I just reported for GitLab showing that the search engine results have a problem. They'd benefit from a monitor that'd tell them immediately when search for something important like this stops working:
The text was updated successfully, but these errors were encountered: