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

Regex expression not parsed in steps functions while using predefined data types #13

Closed
mglowinski93 opened this issue Aug 28, 2021 · 1 comment

Comments

@mglowinski93
Copy link

mglowinski93 commented Aug 28, 2021

Hi,
I would like to report a non-functional regex parsing in step functions while using predefined data types.
I was trying to start this example, but PyCharm was reporting regex parsing error.

image

Could you please confirm, that it's a bug or rather some missing setting in PyCharm?
So far I've only configured behave as BDD framework:
image

PyCharm version: 2021.02.01 (Professional Edition)
System: Ubuntu 20.04.2 LTS
behave package version: 1.2.6
PyCharm Plugin: Cucumber+ 9.0.3

@mglowinski93 mglowinski93 changed the title Regex expression not parsed in steps functions Regex expression not parsed in steps functions while using predefined data types Aug 28, 2021
@mglowinski93
Copy link
Author

This issue was caused by step matcher, which was set to re. After i removed it, everything started working just fine.

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

No branches or pull requests

1 participant