Skip to content

05. Usage

Sreedhar Puttagunta edited this page Jan 2, 2019 · 1 revision

It is a command line utility which can be triggered with the following command line and switches

Gherkin2Mtm.exe --server <serverurl> --project <name of the project> --personalAccessToken <pat> --area <area path> --featuresPath <path to feature files>

  • server/t: The URL of the either TFS or Azure DevOps - Required
  • project/p: Name of the project to which the Gherkins are to be published - Required
  • creds/c: username:password@domain - Optional
  • personalAccessToken/a the required personal access token - Optional But missing either this or the creds option, falls back to NT authentication
  • area/h area path that every test case belongs to - Optional
  • featuresPath/f path to feature files, which is an input and can be mentioned in 3 ways - Required
    • path to a single file
    • path to a folder
    • multiple file paths separated by a semi-colon
Clone this wiki locally