Skip to content

Instantly share code, notes, and snippets.

@bcnzer
Created November 13, 2017 09:19
Show Gist options
  • Select an option

  • Save bcnzer/b06c43f14d2f7fc69e9b980429a4f6b1 to your computer and use it in GitHub Desktop.

Select an option

Save bcnzer/b06c43f14d2f7fc69e9b980429a4f6b1 to your computer and use it in GitHub Desktop.
Run Robot Framework Tests on my VSTS build server
Write-Host "Running Robot Framework tests"
C:\Python27\Scripts\robot.bat -o '$(OutputFolder)\output.xml' -l '$(OutputFolder)\log.html' -r '$(OutputFolder)\report.html' -x '$(OutputFolder)\outputxunit.xml' '$(RobotFrameworkFolder)\Dashboard\Dashboard.robot'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment