You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because the Jinja2 template / Scenario go through multiple steps of pre-processing, some scenarios using standard Jinja2 functionality breaks while it shouldn't.
# Does work: variables and filters
{{ some_variable|to_nice_json }}
# Does not work: statements
{%setmy_var="something"%}
# Untested: comments
{# my super duper comment #}
The text was updated successfully, but these errors were encountered:
Because the Jinja2 template / Scenario go through multiple steps of pre-processing, some scenarios using standard Jinja2 functionality breaks while it shouldn't.
The text was updated successfully, but these errors were encountered: