attachments

This configuration section contains settings to allow attaching files to Test Cases during synchronization using tags.

Read more about attaching files to Test Cases in the Attach files to Test Cases using tags page.

The following example shows the available options within this sub-section.

{
  ...
  "synchronization": {
    ...
    "attachments": {
      "enabled": true,
      "tagPrefixes": [
        "wireframe",
        "specification"
      ],
      "baseFolder": "resources/files"
    },
    ...
  },
  ...
}

Settings

Last updated