-
Notifications
You must be signed in to change notification settings - Fork 108
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
Wait for response matchers not working #230
Comments
This now works after #432
|
Fixed after #437 |
Hi, I need to match a response with this uri: (I can match it with |
The system uses regex matching so |
Ok I tried |
That is a lot of escaping, thanks for letting us know! |
Is it because the we need double escape, one for Robot Framework side and another in Python side? If yes, it might be good idea to find way to support Python raw-strings. |
Describe the bug
I want this to return the result of route search. So ${r} should be that result. And matcher should work as a JS regexp.
To Reproduce
The text was updated successfully, but these errors were encountered: