-
Given pytest-bdd is installed, if you type:
~~~
>>> import types
>>> types.__file__
'.....\\my_venv\\Lib\\site-packages\\pytest_bdd\\types.py'
~~~
But without pytest-bdd:
~~~
>>> import types
…
-
```
=================================== FAILURES ===================================
_________________ test_check_node_statistics_can_be_retrieved __________________
request =
assert response…
-
Hey Guys,
I have a step in scenario outline:
```
Given something
When thing is moved to position
Then something else
```
```
Examples:
|thing|position|
|1 |1 |
```
In my…
-
Hi Paul, I have tried the Jetbrains blog for Pytest-BDD but I haven't been able to make it run successfully.
These are the steps I was trying to follow:
https://blog.jetbrains.com/pycharm/2018/08/py…
-
Could you implement embedding possibility of made screenshot into cucumber json report when scenario step failed?
-
I'm writing test cases with pytest-bdd and need allure reports with gherkin steps, but the report can't be generated properly.
**Version info**
> allure-pytest 2.8.13
allure-pytest-bdd …
-
I am getting the error while running the pytest bdd scenario:
request =
@scenario(featrure_name='sample.feature', scenario_name ' sample', feature_base_dir='usr/local/bin/test', strict…
-
I know there's a PyTest Playwright interop library; it would be great to have Behave-style BDD work well with Playwright.
-
[//]: # (
. Note: for support questions, please use Stackoverflow or Gitter**.
. This repository's issues are reserved for feature requests and bug reports.
.
. In case of any problems with Allur…
-
All test cases are located in behaviour tab, it's necessary to divide them by test suites, with marking of specified tests or other way of this implementation