We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9836e56 commit 4c7a608Copy full SHA for 4c7a608
allure-pytest-bdd/src/pytest_bdd_listener.py
@@ -60,7 +60,7 @@ def pytest_bdd_after_scenario(self, request, feature, scenario):
60
test_result.stop = now()
61
62
@pytest.hookimpl
63
- def pytest_bdd_before_step_call(self, request, feature, scenario, step, step_func, step_func_args):
+ def pytest_bdd_before_step(self, request, feature, scenario, step, step_func):
64
parent_uuid = get_uuid(request.node.nodeid)
65
uuid = get_uuid(str(id(step)))
66
with self.lifecycle.start_step(parent_uuid=parent_uuid, uuid=uuid) as step_result:
0 commit comments