WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

specsolutions/specsync-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpecSync plugins

Note: The main branch contains sample plugins for SpecSync v3.4. In order to find samples for SpecSync v3.3, please use the branch specsync-v3.3.

In the project that would like to use the plugin, the plugin package ID, version have to be specified in the SpecSync configuration file (specsync.json). Most of the plugins are published to nuget.org, so SpecSync will automatically load them, but you can also specify a custom NuGet package feed or simply a folder where the plugin package (.nupkg) file is stored.

The sample projects in the plugin folders show how to load the plugins from a local folder.

Some plugins can have plugin parameters as well, please check the plugin pages for the details.

  "toolSettings": {
    "plugins": [
      {
        "packageId": "SpecSync.Plugin.ExcelTestSource",
        "packageVersion": "1.0.0",
        "parameters": {
          "key1": "value1"
        }
      }
    ] 
  },

You can find more information about SpecSync plugins in the SpecSync documentation.

Currently the following plugins are available. For more details about the plugin, click on the name.