PyCharm 2019.1 Help

Creating .feature Files

Prerequisite

Behave or Lettuce should be downloaded and installed on your computer!

To install Behave or Lettuce, follow these steps:

  1. Open the Settings/Preferences dialog (Ctrl+Alt+S), select Project | Project Interpreter.

  2. Add the behave or lettuce package, as described in the section Install, uninstall, and upgrade packages.

Creating feature files

To create a feature file

  1. In the Project tool window, right-click a directory, where feature files should be created.

  2. From the context menu of the target directory, choose New | Gherkin feature file, and specify the filename.

  3. In the feature file, type your scenario. Since there are no step definitions, the steps will be highlighted as unresolved.

  4. Create step definitions.

Last modified: 17 July 2019

See Also