pull
Pulls changes from Azure DevOps server to the local repository. This by default includes creation of new scenarios from unlinked test cases (create) and changing scenarios of linked test cases (change).
See more details about the command in the Pulling Test Case changes to local scenarios article.
Options
In addition the the options listed here, all common command line options can also be used.
Option | Description | Default |
---|---|---|
| A local test case condition of scenarios that should be included in the current synchronization (e.g. | not filtered by tags |
| A local test case condition with source file predicates (glob patterns) of files that should be included in the current synchronization (e.g. | not filtered by feature files |
| If specified, the command will create new scenarios for the unlinked Test Cases only and the existing scenarios will not be modified. This setting automatically enables the 'enableCreatingScenariosForNewTestCases' pull setting. | false |
| If specified, SpecSync changes scenarios even if there is no remote change and the scenario was not modified locally. | false |
Examples
Pulls remote changes from Azure DevOps using the configured settings in the specsync.json
configuration file:
Pulls remote changes using the specified Personal Access Token (PAT) for authentication:
Pulls remote changes related to the scenarios tagged with @ordering and @backend:
Pulls unlinked Test Cases to new scenarios but ignores changed Test Cases:
Last updated