-
### What happened?
When running UI tests in parallel, all tests are executed in a single browser, despite the fact that the required number of browsers have been opened.
### What did you expect …
-
### Diagnostic output
jrnl: v4.1
Python: 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
OS: Windows 10
(note: it is Windows 11)
### What are you trying t…
-
**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.…
-
**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.…
-
**The problem**
When it comes to code dependencies, I love traceability, and the fact that a step registered by a `Given` returned from a _different_ invocation `createBdd(test)` can be used in any g…
-
**Describe the bug**
During [behavior-driven development](https://docs.deno.com/runtime/fundamentals/testing/#behavior-driven-development) it is useful to group `test`s into `describe`s and also to b…
-
## Feature
- Write the unit tests oriented to UseCases (like BDD)
- Implement [CodeCov](https://about.codecov.io/) for better visualization of code coverage
-
After adding and configuring pytest-bdd-ng I can no longer run any of my unit tests because pytest crashes with the following exception:
```
tests/unit/intake/test_cleaning_processors.py:None (tes…
-
### What happened?
Conditionally disabling test (other than "Disabled" annotation) makes it completely disappear from reports.
### What did you expect to happen?
Report would show it either i…
-
In its [latest pre-release](https://github.com/pytest-dev/pytest-bdd/blob/master/CHANGES.rst), `pytest-bdd` [switched to](https://github.com/pytest-dev/pytest-bdd/pull/698) using the [official Gherkin…