-
https://github.com/olegpidsadnyi/pytest-bdd
http://pytest.org/latest/unittest.html
-
When calling `pytest --help` I get the following backtrace:
```
noes-MBP:... noe$ pytest --help
Traceback (most recent call last):
File "/Users/noe/.pyenv/versions/.../bin/pytest", line 10, in…
-
With pytest 3.9.2 and pytest-bdd 3.0.0, when a test is skipped via `pytest.skip` like this:
```python
import pytest
def test_foo(benchmark):
pytest.skip('bla')
benchmark(lambda: None)…
-
Are there known limitations if one wants to integrate `pytest-bdd` with `pytest` and [hypothesis](https://hypothesis.readthedocs.io/en/latest/)?
-
Hi Team,
I am facing issue to generate allure report using allure-pytest-bdd 2.9.45 version. We are passing browser capabilities by using Json file.
[
{
"local" : "true",
"b…
-
Hey @TvoroG,
I hope you're doing well. I really find pytest-lazy-fixture a great pytest plugin, but I noticed that it hasn't had a release since 2020, and there are some open issues and pull reques…
-
When processing junit report sonarscanner outputs the following message :
```sh
INFO: Processing report 'C:\dev\caps-data\reports\TESTS-journalisation.xml'
WARN: The resource for 'journalisation…
-
Hi, I finally had a good reason to use pytest-bdd in detail and it's a great experience, so thank you 😊
I saw some comments about generate-missing in the issues and I see something like this in the…
-
### 🤔 What's the problem you're trying to solve?
Python is a very popular language, but there is no reference implementation of messages for python
### ✨ What's your proposed solution?
Take out…
-
This plugin is absolutely working for pytest-bdd framework too. I see the passed/failed/skipped etc. However, I am wondering if we can extend support of this plugin for pytest-bdd framework? As we can…