Open waad19 opened 2 years ago
Hi @waad19,
it seems it took a while - I just opened a PR which fixes at least if skipping a scenario. If the full feature is skipped it's not covered by my fix. Yet, hope to deliver that sometime soon as well ;)
Best, janluak
Environment: platform darwin -- Python 3.9.12, pytest-7.1.2, pluggy-1.0.0 plugins: splinter-3.3.2, bdd-6.0.1, clarity-1.0.1
Steps to reproduce:
@skip
Scenario: Test1
When blabla
Then blablabla
Or any other way to skip test executionaddopts = -vv -rsfx --cucumber-json=cucumber_report.json --gherkin-terminal-reporter --color=yes
in pytest.ini or same alternative in CLItest_bla.py::test_bla <- venv/lib/python3.9/site-packages/pytest_bdd/scenario.py SKIPPED (unconditional skip)
Actual result:
Expected result:
..."result": {"status": "skipped"...
)