Using SpecSync on macOS or Linux

SpecSync can synchronize any scenarios that are written in Gherkin format. The synchronization tool works on Windows, macOS and Linux. SpecSync can also be executed in a Docker container. The page Installation & Setup contains an overview of all installation options with their supported platforms.

On macOS and Linux the easiest way to install SpecSync is to download the native binaries or run though the official SpecSync Docker container. If the systems have .NET Core installed, installing SpecSync as a .NET Core tool is the easiest. You can also build your own Docker container to host SpecSync.

Regardless of the execution platform, the synchronization settings have to be specified in a configuration file (specsync.json). Typically the remote and local configuration sections have to be specified. Please check the the Setup and Configure page and the Getting started using Cucumber or other Gherkin-based BDD tool pages for details.

Last updated