Search code examples
cucumberbddkatalon-studio

What is the "include" folder used for in a Katalon Studio project


Similarly to what is being asked in this question, which is yet without answer, I'm struggling to understand how should I properly use folders in a Katalon Studio project.

In particular, so far I wasn't able to trigger creation of any file in the Include subfolders.

Which files should I expect to find there? Depending on the answer, I can decide wether to put them under version control or go and default .gitignore to exclude Include.

I watched the available tutorials, but so far I couldn't grasp it (unless I missed something).


Solution

  • It is pretty un-intuitevly named, but Include folder is used for BDD integration.

    Include folder should include two subfolders: one for feature files and the other for step definition files.