Skip to content

Commit

Permalink
Fixed capture test
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanBuruyane committed Feb 20, 2024
1 parent 5247c65 commit 956cf2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def then_the_postconditions_are_held():

allure_results = allure_pytest_bdd_runner.run_pytest(
("scenario.feature", feature_content),
steps_content,
steps_content, cli_args=(f"--capture={capture}", "--full-trace")
)
if_pytest_capture_ = is_not if capture == "no" else is_

Expand Down

0 comments on commit 956cf2b

Please sign in to comment.