-
The *ExactlyOne*, *AtMostOne*, and *AtLeastOne* are common formulas to build. As a follow-up on #82 , we should create simple *aliases*.
- [ ] `bdd_exactly_one(vars)`: `bdd_counter(vars, 1)`
- [ ]…
-
We noticed that there are a few BDD files under https://github.com/elastic/apm-agent-python/tree/master/tests/bdd/features
- api_key
- azure_app_service_metadata
- outcome
But only the API Key o…
-
-
### What's the problem you're trying to solve?
When building project in environments with restricted network access, it's hard to setup serenity-bdd reporter as it requires access to maven repo. Ther…
-
```ts
//filename: test-reporter_test.ts
import { afterEach, beforeEach, it } from "https://deno.land/std@0.197.0/testing/bdd.ts";
import { assert } from "https://deno.land/std@0.197.0/assert/assert…
-
Hi,
thank you for creating this great framework for BDD. I have a lot of tests that I'm planning to write documentation for. After reading through the extensive documentation provided by you I'm full…
-
## Contexte
Chaque compte doit être relié à une organisation. Dans certains cas, il sera obligatoire d'avoir une adhésion à l'ABC afin de pouvoir accéder au BC+, mais dans d'autres, ce ne sera pas néc…
-
-
```
All the BDD style tests output their success on the build command-line, when
they should only be
outputting error, to keep the build log clean, unless instructed to do so via a
verbosity switch…
-
**Is your feature request related to a problem? Please describe.**
The repository currently lacks any end-to-end (e2e) tests. I recommend adding e2e tests to the repository to ensure code robustness.…