Created
November 13, 2017 09:19
-
-
Save bcnzer/b06c43f14d2f7fc69e9b980429a4f6b1 to your computer and use it in GitHub Desktop.
Run Robot Framework Tests on my VSTS build server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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