Hierarchical configuration files
User-specific configuration files
Example
{
"$schema": "https://schemas.specsolutions.eu/specsync-user-config-latest.json",
"toolSettings": {
"licensePath": "specsync.lic" // in the same folder as the user-specific setting
},
"knownRemotes": [
{
"projectUrl": "https://somecompany.atlassian.net/*",
"user": "g2x.....................ac2vx57i4a"
},
{
"projectUrl": "https://specsyncdemo.atlassian.net/MyCalculator",
"user": "y6s.....................ksuc7tsts"
}
]
}Parent configuration files
Example: Project with different feature file sets
Example: Project with different synchronization settings
Last updated