-
I'm probably missing something obvious, but is there a plain text reporting option that logs progress step by step to stdout?
lrowe updated
9 years ago
-
How can one add a context data, which can be passed around steps, so that the steps can access it and make changes to it.
I tried something like below:
``` python
@given('blah')
def context():
r…
-
On Python 2.7, we have six pegged to a version that apparently does not have tools needed by the latest pytest-bdd.
We will probably upgrade our six install; but nonetheless, pytest-bdd should probab…
-
we run our test on CI and once in a while i noticed that some of the failures don't have screenshots being generated in case of failures. do you know what may be causing it?
below is an example:
```…
-
When a step is registered for both when and then it throws a StepTypeError because the first step registration decorator (first decorator runs last) overwrites the step registration of the other step …
lrowe updated
9 years ago
-
When using the plugin with `--inc-path` (which is required to use it on a subdir), I get a KeyError:
```
% py.test --inc --inc-path=project project
===================================================…
-
A step name implemented by the same named function throws a StepDefinitionNotFound error as the step definition is overwritten by the function itself once it is returned from the decorator.
Test case…
lrowe updated
9 years ago
-
For even one simple test pytest-splinter takes up to 40 seconds. I don't remember this being the case, it only took something like 10 seconds to start the driver before. Is anyone else seeing this?
-
And be able to combine them independently
That way I can use the same scenario from different tests and drive them with different Example lines.
-
Step definitions are registered for specific keywords, so it would be useful to report which keyword was used in the failed lookup.
```
pytest_bdd.exceptions.StepDefinitionNotFoundError: Step definit…
lrowe updated
9 years ago