gallio bat
黄宏毅
2023-12-01
rem 需配置,跟Conf/Config.xml中LogPath一致!
SET logPath=c:\logs\
SET gallioPath="C:\Program Files\Gallio\bin"
SET dllPath="D:\UItesting\UICheckLogin\Debug\SNDA.Automation.Forum.dll"
rem test
@ECHO OFF
%gallioPath%\Gallio.Echo.exe /r:IsolatedProcess /rd:D:\UItesting\UICheckLogin\CheckLogin_Report D:\UItesting\UICheckLogin\Debug\SNDA.Automation.Forum.dll /rt:Html /rnf:test-report-{0}-{1}
ENDLOCAL