-
-
Notifications
You must be signed in to change notification settings - Fork 526
Additions to FAQ Page #284
Comments
|
@mlvandijk , |
@TomerPacific I would like to add additional FAQs to the FAQs page, in a similar style as the ones we have now. Ideally they should answer the question and point to the right place in the docs for more information. You can start with one of these questions mentioned if you are more comfortable with that. We can collaborate on it through review process if you want (or join us on Slack in the #docs channel if you'd like to discuss more). Feel free to add additional questions + answers you think should be added either here in this issue, or through PR. |
@mlvandijk , I have created a PR which is a work in progress so that we can collaborate and identify what else needs to be added to the FAQ. Currently, I have only added the statement regarding arity mismatch. |
Add this FAQ explanation for Ruby, too. Hat-tip: @luke-hill Update: DONE |
@olleolleolle @luke-hill #295 adds Arity mismatch for all languages (see comments) |
@TomerPacific Let me know if you want to pick up more of the FAQ? |
If IntelliJ is not finding your stepdefs, you may need to upgrade IntelliJ / the plugin (especially with Kotlin) |
When using cucumber-spring add Spring config to exactly 1 StepDefs class. |
Hey, I'm not sure if I messed up the git thing this time. I forgot to branch then had to retro fit it, I think. |
* #284 - Added 'Does Cucumber-JV support Kotlin?' * Update content/docs/community/faq.md Co-authored-by: Marit van Dijk <[email protected]>
* #433 - Changed links in menu Removed API and 3rd Party Tools Added 10 Minute Tutorial and Guides * #284 - Added 'Does Cucumber-JV support Kotlin?' Co-authored-by: Marit van Dijk <[email protected]>
…va.JavaBackend or NoSuchMethodException'
I have a PR open for what I believe are the final two FAQs attached to this ticket. If that's accepted I think we can close this. |
#284 - Added 'Cucumber Can't Find my Step Definitions in IntelliJ IDEA'
If the PR re: colons is accepted this issue can be closed |
Closed by multiple PRs, the last one being #691 |
This issue contains several FAQ that we would like to add to the FAQ page
There are several in this issue description, separated by lines.
There are several in the comments.
They will need to be written in a similar format as currently on the FAQ page. Ideally they should answer the question and point to the right place in the docs for more information.
== Help wanted ==
==========================
** Use of colons **
From gitter: Jeff Johnson @jeffcjohnson Jan 16 20:45
When writing features, if a newbie like me puts a colon after Given, When or Then, it doesn't complain but doesn't do anything either. It took a while to figure out why my test was being ignored.
It would be helpful to clarify somewhere in the docs, possibly the Gherkin page.
UPDATE: In progresss, see #691
The text was updated successfully, but these errors were encountered: