lambdaisland / lambdaisland/kaocha-cucumber
How are you able to mix Regex and Cucumber step types
Nobody has claimed this yet.
- Dominant language
- Clojure
- Stars
- 44
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
From the Cucumber docs: "A step definition's expression can either be a Regular Expression or a Cucumber Expression. The examples in this section use Cucumber Expressions."
However, this is a valid step definition:
(Given "this step is {} (Regex|Cucumber) step definition" [state word]
pending!)
I am attempting to write a language server for navigating these steps.
My question is: is this expected behaviour and how do you manage it?
Thanks for your time!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No repository file or test is named. Start with the linked Cucumber step-definition and Cucumber Expression documentation, then inspect how the supplied (Given ...) example is interpreted; done means documenting whether mixing expression types is expected and how a language server should handle it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- testing
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100