pytest-bdd icon indicating copy to clipboard operation
pytest-bdd copied to clipboard

BDD library for the py.test runner

Results 165 pytest-bdd issues
Sort by recently updated
recently updated
newest added
trafficstars

Cucumber has added multiple example tables to the scenarios. These examples can also get tags. We need to support pytest marks for those examples. The parser is going to add...

Improve the Gherkin Terminal Reporter so that it shows the pass/fail status per step. This is particularly useful when the same step definition is used several times in the same...

Is it currently possible to set a default parser? ie Instead of writing: `@given(parsers.parse("the animal is {name}")` I want to configure parser.parse as the default (perhaps in pytest.ini) so i...

feature

From the documentation: > As Gherkin, pytest-bdd supports multiline steps (aka PyStrings). But in much cleaner and powerful way: > Step is considered as multiline one, if the next line(s)...

After running all the test cases and exporting the report in cucumberjson format, there is not way a test case can be distinguish scenario or scenario outline . Have this...

How can we see the tests in the feature files in visual studio?

I'm not sure if this is a `pytest-bdd` or a pytest core bug - but I've not seen it outside of `pytest-bdd`, so I'm reporting it here. Please let me...

Hi Team, I have updated pytest-bdd to version 5.0.0, as suggested in the [https://pytest-bdd.readthedocs.io/en/stable/#migration-of-your-tests-from-versions-4-x-x]I have changed the way we call scenario outline table values from to {} using parser. In...

Version: bdd-4,0,2 pytest: 6.2.2 **Summary** When a test fails with eg an keyerror exception due to an invalid test step, the cucumber-json will mark the test case as passed. When...

If you create two valid scenarios with the same name, even with different steps, pytest will run the tests successfully with no warning or error. The only way to detect...