Mandatory arguments

  • --connection : The connection file name to use
  • --cases : The test case folder where the test cases yaml files are stored

Optional arguments

  • --export : The export format to use. Can be JSON, CSV or TRX. Default is JSON
  • --filter : A wildcard to filter the test cases to execute. The default value is *.yml which means all the test cases will be executed
  • --pname> : The parameter value to use. The parameter name is the name of the parameter in the connection file. The parameter value can be passed as an environment variable or as a command line argument