Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not generate test report with tag or scenario selection #33

Open
pneumus opened this issue Oct 11, 2022 · 1 comment
Open

Can not generate test report with tag or scenario selection #33

pneumus opened this issue Oct 11, 2022 · 1 comment

Comments

@pneumus
Copy link

pneumus commented Oct 11, 2022

If I execute a full feature file with the behave html formatter, the test report html is generated succesfully. But if I select tag(s) or scenario(s) for the feature(s), the command will not work.

Example:
behave -k "sample.feature" -n "sample scenario" -f "behave_html_formatter:HTMLFormatter" -o "C:/test_report.html"

@bittner
Copy link
Member

bittner commented Oct 12, 2022

Which version of behave are you using? Have you tried with the latest development version from the main branch?

the command will not work.

What happens, specifically? Can you post the output of your test execution? (Hint: use triple- backticks ``` for a better layout. )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants