citrusframework / citrusframework/citrus
@And not supported for citrus cucumber
- Dominant language
- Java
- Stars
- 485
- Forks
- 155
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 6
Description
**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
Contributor guide
Research direction
Start by reproducing the supplied Citrus 2.8.0 Cucumber scenario containing When, Then, and And steps. Trace how the And step is handled after the client call and response assertion; done means the scenario runs past And and verifies the status code as shown.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100