Undefined step reference
Hi,
I have a project which uses behave for BDD testing.
The structure of my project is as follows:
- features (containing directories in which .features files are located)
- steps (containing the definitions of my steps)
In a few words my structure is described here:
https://behave.readthedocs.io/en/stable/gherkin.html#layout-variations
The execution of my tests is successful, but all steps are marked with "Undefined step reference".
I am using PyCharm Version: 2021.1 professional.
The weird part is, that with the previous version I didn't have this problem.
Does anyone have the same issue?
Maybe I misconfigure some things?
Please sign in to leave a comment.