Uploaded Test files
This commit is contained in:
parent
f584ad9d97
commit
2e81cb7d99
16627 changed files with 2065359 additions and 102444 deletions
|
@ -0,0 +1,23 @@
|
|||
set SQUISHSERVER=%1
|
||||
set SQUISHRUNNER=%2
|
||||
set TESTSUITE=%3
|
||||
set TESTCASE=%4
|
||||
set AUT=%5
|
||||
set AUTDIR=%6
|
||||
|
||||
%SQUISHSERVER% --stop
|
||||
|
||||
echo "Adding AUT... %SQUISHSERVER% --config addAUT %AUT% %AUTDIR%"
|
||||
%SQUISHSERVER% --config addAUT "%AUT%" "%AUTDIR%"
|
||||
|
||||
echo "Starting the squish server... %SQUISHSERVER%"
|
||||
start /B "Squish Server" %SQUISHSERVER%
|
||||
|
||||
echo "Running the test case... %SQUISHRUNNER% --testsuite %TESTSUITE% --testcase %TESTCASE%"
|
||||
%SQUISHRUNNER% --testsuite "%TESTSUITE%" --testcase "%TESTCASE%"
|
||||
set returnValue=%ERRORLEVEL%
|
||||
|
||||
echo "Stopping the squish server... %SQUISHSERVER% --stop"
|
||||
%SQUISHSERVER% --stop
|
||||
|
||||
exit /B %returnValue%
|
Loading…
Add table
Add a link
Reference in a new issue