-
Running pytest-bdd (selenium script) in parallel with pytest-xdist does not collect the results in the report.
-
### Steps To Reproduce
Steps to reproduce the behavior:
1. build `jrnl` on the master branch
### Build log
https://gist.github.com/antonmosich/691cf26d978e00c312bdfc56ffe86353
### Additiona…
-
### Diagnostic output
n/a
### Current Behavior
Around a week ago, pytest-bdd 7.1.2 was released and all of our PRs started failing tests with this error on `tests/lib/when_steps.py`:
```
Im…
-
Running pytest-bdd (cellenium script) in parallel with pytest-xdist does not collect the results in the report.
-
I am using in my pytest-bdd project(**Python 3.7.3** | MacOS Sonoma) the following packages:
```
pytest 7.4.3
pytest-bdd 6.1.1
pytest-xdist …
-
I am unable to run pytest-bdd-html with pytest-xdist.
I reported the issue in `pytest-bdd` git, and after a suggestion by the dev to remove `pytest-bdd-html` dependency, the issue is fixed.
I am a…
-
The `jrnl` project uses `pytest_bdd.steps.inject_fixture`,
https://github.com/jrnl-org/jrnl/blob/2af05e4008b284844a7fe85a3cc308464db5ef7d/tests/lib/when_steps.py#L10
```python
from pytest_bdd.s…
-
I was using python 3.10.10 version and pytest-bdd version 4.1.0, below test case execution was working absolutely fine but when I upgraded from python 3.10.10 to 3.11.1 and pytest-bdd version to 7.0.0…
-
> Textual version of the QA Automation roadmap
- Internet
- How to work internet
- Dns
- Http
- Methods
- Body formats
- Headers
- Cookies
…
-
### Summary of problem
When adding Python 3.11 support to an existing codebase that uses `ddtrace`, we encounter deadlocks at the end of the test suite (after `pytest` reports its results) in CI. T…