I'm having a problem running one of my feature files. I can run one of them but not the other. I have the exact same setup for run configurations for both.
raise ParserError(msg, None, self.filename)
behave.parser.ParserError: Failed to parse "C:\project\test.feature":
Parser failure in state init, at line 1
REASON: No feature found.
If I change the configuration I get:
"C:\Program Files (x86)\Python\pythonw.exe" -m behave "C:\Program Files (x86)\JetBrains\PyCharm 2017.1\helpers\pycharm\behave_runner.py"
Testing started at 16:41 ...
ConfigError: No steps directory in "C:\Program Files (x86)\JetBrains\PyCharm 2017.1\helpers\pycharm"