-
When executing pytest-bdd tests I get a "double" rout to the test.
We have test folders, so the folders are desplayed and the test name gets a full path too.
example:
`automation::automation::tests…
-
Using the current `master`, 30ba3f7ba151768f227613eb2a186d4bc5c262aa:
```
$ python3.13 --version
Python 3.13.0a1
$ tox -e py3.13
[…]
====================================== FAILURES ===========…
-
I am trying to make a reusable step for an expression like the following:
a list of values 1e-5 1e-6 1e-7
The documentation mention cfparse as an enhanced parser which support quantifiers:
…
-
The test setup that I have needs to connect to boards to be able to run tests. For this purpose, I wrote a package that makes use of [`pexpect`](https://github.com/pexpect/pexpect) to ssh into the mac…
-
Our team uses [dogtail](https://gitlab.com/dogtail/dogtail) to GUI test our application but unfortunately we've never been able to get any coverage from these tests.
I've prepared a simple test dem…
-
We've had some feedback from within our community that they're worried about contributing to Behave because they're not sure whether the project is maintained anymore, and whether their changes would …
-
Hi, first of all, thank you for the package, I like to be able to integrate bdd in pytest.
The issue I am trying to solve is:
```
I want to force pytest to fail if one or more features (ideally…
-
Hi @vitalets, the html report looks great.
One thing I wanted to ask if you can make it possible the traces of a failed test to be opened directly within the browser with a click. Currently I need t…
-
Since PyTest 8.1.1 we are experiencing the following message:
```
TypeError: FixtureDef.__init__() got an unexpected keyword argument 'fixturemanager'
```
Seem related to https://github.com/py…
-
When configuring logging in pytest the github actions are throwing BS logs
BS is not able to handle the logging level -> also have pytest.ini config file
![image](https://github.com/browsers…