← Back to team overview

sikuli-driver team mailing list archive

[Question #269960]: How to get SIKULI script results..?

 

New question #269960 on Sikuli:
https://answers.launchpad.net/sikuli/+question/269960

I have 2 SIKULI scripts set in bat file to run one after other.

@echo off
echo Installing software ...
echo.
echo.
@CALL C:\Users\rachra01\Desktop\Sikuli\runIDE.cmd -r C:\Users\rachra01\Desktop\Sikuli\SMS-FE.sikuli
@CALL C:\Users\rachra01\Desktop\Sikuli\runIDE.cmd -r C:\Users\rachra01\Desktop\Sikuli\Email Trigger.sikuli
echo.
echo.
pause
echo Done.

Now I want to run the batch file and see the Test results in HTML file showing Pass & Fail.

I have Sikuli.py and HTMLTestRunner.py in same folder.

Can you please help me now, on 
1.Should I make some modification to my scripts to achive this..?
2.Any class should be created..? and where..?

is there any other method to get this done..?

Thanks
Ravi




-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.