cucumber.el
cucumber.el copied to clipboard
Emacs mode for editing Cucumber plain text stories
The (optional) `Rule` keyword is not currently supported: https://docs.specflow.org/projects/specflow/en/latest/Gherkin/Gherkin-Reference.html#rule
https://github.com/michaelklishin/cucumber.el/blob/master/support/find_step.rb It not worked at all. thanks
It would be really good if there was a way to add the various gherkin keywords in the feature file and also navigate between features (a la org-mode's navigation between...
Hi, thanks for the package. Do you plan to add support for Java?
With the release of Gherkin 8 and Cucumbers using it, i18n.yml will need to be updated to support the new keywords.
Hello I'm working with a dockerized ruby on rails application. is there a way to run a cucumber scenario through the command `C-c ,s` in the existing docker container? The...
Hello, thanks for the package it's been great so far except for this. I'm having an annoyance with indentation in `.feature` files, I don't know if this is a feature...
I have yasnippet set to trigger on space, which makes the "the" snippet extremely annoying. I can't find anyway to prevent feature-mode snippets from being loaded. I think it would...
When a keyword is a prefix to another keyword, the longer keyword does not get fully highlighted. Example: in Portuguese the keyword 'E' (And) is a prefix of the keyword...
Have you considered using https://github.com/mickeynp/discover.el to add a menu for the `C-c ,` prefix, for help with discovering commands?