How to store folders metadata in TFML format

Folders in Testfully group related API requests and other resources together, while providing a set of reusable features like variables, params, scripts to all resources in the folder to use. You can define a folder using Testfully Markup Language.

You may not need a TFML folder file!

To organise your requests, you can simply create subfolders in your folder and store your requests in those subfolders. You don't need to create an index.toml file for a folder unless you want to set some metadata for the folder such as variables, params.

Defining a folder

Metadata for folders, sub-folders and collections in Testfully are identical, so you can use the same fields and structure in your folder's index.toml file as you would in a collection's index.toml file.

To learn more about the supported fields in a folder's index.toml file, check out the TFML for collections section.