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

SettingDescriptionDefault

enabled

Specifies whether SpecSync should scan the @attachment:... tag or other specified tags to attach files to the Test Cases.

false

tagPrefixes

Specifies custom tag prefixes to be used for attachments.

attachment prefix is used

baseFolder

Specifies the base folder for the attached files.

uses the folder of feature file

pagesynchronizationpageConfiguration reference

Last updated