citrusframework / citrus

Framework for automated integration tests with focus on messaging integration
https://citrusframework.org
Apache License 2.0
456 stars 134 forks source link

@And not supported for citrus cucumber #675

Open nikhil6686 opened 5 years ago

nikhil6686 commented 5 years ago

Citrus Version 2.8.0

Question I am trying to create a project with cucumber cases on top of citrus framework. I noticed that if my scenario specifies When .. Then.. And..

The case fails at And. Is it a known issue?

What I've tried so far

Additional information Some code snippet

Scenario: client makes call to GET /version When the client calls /version Then the client receives server version 1.0 And the client receives status code of 200

christophd commented 4 years ago

I am not aware of any issue related to that. @And should be supported. Do you have a sample error message for us?