-
I'm thinking that it would be cool to be able to have rules stored outside of the application (and the JVM) and have RuleBook be able to point to those rules and use them.
Supported languages and f…
-
``` gherkin
Feature: Specs
In order to test the runner's output
As dherkin developers
We should have a gherkin feature for it.
```
The only non-deterministic part of the output is in the error …
-
As a [role]
I need [function]
So that [benefit]
Details and Assumptions
* [document what you know]
Acceptance Criteria
gherkin
Given [some context]
When [certain action is taken]
Then [the out…
-
If Gherkin3 is going to use this project as a template, we have to make sure we can scan UTF-8 encoded input since many Gherkin translations rely on the unicode character set.
A simple way to do this…
-
Should have BDD testing for the project some resources on the topic:
* Train TDD: https://medium.com/@Sriram23/tdd-with-cyber-dojo-1a1ce2324730
Also BDD uses Gherkin as DSL (Domain Specific Lang…
-
-
Hi,
thank you for that plugin !
I have an issue with a cucumber feature : scenario outline and templates using
--> scenario outline : https://cucumber.io/docs/gherkin/reference/
here is my co…
-
Currently used SUT requires login creds that may not last long. That's why converting tests to Google needed.
```AC```
Add a couple of Gherkin scenarios to test Google search functionality
Add st…
-
U.S - CRIAÇÃO DA TELA HOME - AMBIENTE DO USUÁRIO
Definição:
Como usuário, quero ter acesso a uma tela inicial do aplicativo para que possa navegar pelas funcionalidades disponíveis.
Descrição:
…
-
I've seen a few questions like #249 and #88. I have checked your example implementation at the beginning of the project, but frankly that `registerCompletionItemProvider` was created at the beginning …