Create .feature files
Available only in PyCharm Professional: download to try or compare editions
Behave should be downloaded and installed on your computer!
To install Behave, follow these steps:
Open the Settings dialog , select Project | Python Interpreter.
Add the behave package, as described in the section Install, uninstall, and upgrade packages.
In the Project tool window, right-click a directory, where feature files should be created.
From the context menu of the target directory, choose New | Gherkin feature file, and specify the filename.
In the feature file, type your scenario. Since there are no step definitions, the steps will be highlighted as unresolved.