Replies: 1 comment
-
The way to escape a So you would write your cucumber expression string as |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a case that I want to use Cucumber Expressions so
@ParamterType
will be resolved and also/
(forward slash) will be interpreted as just a character. When I try to escape/
like this:\/
then Java compiler doesn't like it and saysjava: illegal escape character
. Example of what I want to achieve:Then endpoint/path has accepted status
Is there a way to achieve it?
Beta Was this translation helpful? Give feedback.
All reactions