Run windows batch script as test

Answered

Hello,

Is it possible to run a windows batch script as a test itself with TeamCity? I understand that we can use the NUnit runner and the results will appear in the wonderful "Test" tab. How can I do this for a windows batch command?

Thank you.

John

2
1 comment
Avatar
Permanently deleted user

Hello John,

 

You can report tests progress to TeamCity from the build via service messages or generate one of the supported XML reports in the build.

 

1

Please sign in to leave a comment.