Synchronization tool for integrating SpecFlow scenarios with Azure DevOps (TFS)
#language:en
@Namespace:Application.Autotests
Feature: Log to application
*namespace must be equal to test .dll name
@2124573 @posistive
Scenario: Successful authorization
Given I on authorization page
And I enter:
| Login | Password |
| user | pass |
When I press Login button
Then Browser redirect on Home page
FeatureSync.exe -f C:\FolderWithFeatures -s https://tfs.server.com/collection -t 6ppjfdysk-your-tfs-token-2d7sjwfbj7rzba
I run FeatureSync after buld of test solution
Special thanks to @ashamrai for TFS API implementation