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
@given(u'I fill the settings form with real valid settings')
feature:
Given I fill the settings form with real valid settings
behave works but cucumber extension doesn't see the u string given and report it as missing.
Undefined step: I fill the settings form with real valid settingsCucumber[cucumber.undefined-step](https://cucumber.io/docs/cucumber/step-definitions/)
when i remove the u it works.
i don't know if it's a bug or on purpose.
The text was updated successfully, but these errors were encountered:
kieran-ryan
changed the title
Extension reports missing steps when they are not missing
Support u-strings in Python step definition patterns
Jan 3, 2024
kieran-ryan
changed the title
Support u-strings in Python step definition patterns
Explicit unicode strings in Python step definition patterns
Jan 7, 2024
when i use unicode strings:
feature:
behave works but cucumber extension doesn't see the
u
stringgiven
and report it as missing.when i remove the
u
it works.i don't know if it's a bug or on purpose.
The text was updated successfully, but these errors were encountered: