-
I am trying to use parameterized fixture in my pytest-bdd framework. Normal fixture works fine. But If I am passing parameters, it gives below error
""The requested fixture has no parameter define…
-
Currently, only allure.attach and allure.attach.file functions are supported in allure-pytest-bdd. The following functions and decorators need to be supported as well:
- `@allure.title` decorator
…
-
**Describe the feature**
I would like to be able to auto complete steps written in pytest-bdd
**Expected behavior**
To elaborate, I am using the BDD framework for pytest called pytest-bdd (http…
-
### 🤔 What's the problem you're trying to solve?
As a developer of https://github.com/elchupanebrej/pytest-bdd-ng I try to implement messages protocol. pytest-bdd-ng have extra step definition …
-
Tests have been working with pytest 8.0 but not pytest 8.1.1. Discovered in #1878.
A fix to this ticket:
- [ ] Removes the upper version constrain to pytest in pyproject.toml ([tool.poetry.dev-dep…
-
Fixtrue pytest_bdd_after_scenario(scenario: Scenario):
All steps and scenarios has status failed=False, however test failed
and pytest_bdd_step_error fixture worked correct
![image](https://user-…
-
Is there any way to execute pytest-bdd scenarios in specific order. I tried with tags @pytest.mark.order(1) @pytest.mark.order(2). It is not following the order specified.
-
**Describe the bug**
In the pytest using pytest_bdd. When we have several test using scenario outlines. When different scenario outlines have the same examples, then we run targeted test into only …
-
After renaming folders in my project, I encountered an issue with pytest-bdd. It seems to struggle in locating the correct path, persistently searching for scenarios in the last path, which no longer …
-
Hi Team,
We are using Pytest-BDD framework for test automation. We are not able integrate our results into ReportPortal.
Since this tool is developed on top of Pytest, we are able to upload result…