-
Notifications
You must be signed in to change notification settings - Fork 297
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
Question: What is Cucumber's alternative for JBehave's @Alias annotation? #44
Comments
Hi, I would also be interested to know if there is? |
In cucumber you can just repeat the @given annotations |
Hi, John. |
|
I am working with TypeScript not Java. |
Tried the above syntax in Java and it gave me duplicate tags despite the matchers being different |
Here is a real example:
This is a Cucumber question rather than a Serenity one, though, and if you need to know about TypeScript, you sould probably ask the Cucumber Typescript community (Serenity BDD is a Java project). |
Thanks John. Okay. |
Hi @wakaleo is there any alternatives for Jbehave's @alias annotation?
For example, I want to use both annotations on one method.
@given(^I want to get an (.)$)
@alias(^I want to get a (.)$)
The text was updated successfully, but these errors were encountered: