-
Since the smallest codebuild box is quite fat itself, we can run a few tests in parallel inside each box. This would help to drive the costs down.
-
It would be great to have a 60-90 second screen-cast:
- problem (why do I want to use it and when, show a sample end result)
- solution (how to use it, a simple example)
Also, it would be good to…
-
It's possible that the Cucumber spec has changed since this was written, but these days, tags denoted by an @ sign can be referenced in the invocation of cucumber to limit the tests that are run to on…
-
MVP:
- Environment in which the testing was done.
- Report for each run of the test cases
- What build(s) the test was run for. (How do we determine all the interconnected pieces?)
- The names of …
-
Please add example feature, runner, and step file with cucumber-kotlin implementation.
-
Hi,
I am using Serenity with cucumber version 4 in our project. I have a feature file with a multiple scenario's in it.. So I'm trying to run scripts in parallel at scenario level (by default Seren…
-
### 🤔 What's the problem you're trying to solve?
When users encounter this exception:
```
io.cucumber.core.exception.CucumberException: No backends were found. Please make sure you have a backe…
-
https://stackoverflow.com/questions/54081489/cucumber-3-how-to-define-a-regular-expression
Leads me to believe the docs do not cover this well.
1. Create page like cucumber-epressions for regex…
-
Referenced from #27 https://github.com/samueltbrown/gradle-cucumber-plugin/issues/27#issuecomment-294860608 as it is closed.
>Hi @viphe I am also having the similar problem when I used gradle cucum…
-
Sometimes it is helpful to be able to run a test suite as an executable jar on a machine with only a JVM and no maven or other tooling installed.
Can you please provide an example of how to do thi…