How to get SIKULI script results..?

Asked by Ravi

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

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

switch to version 1.1.0, that allows to run other scripts from within one script.

Revision history for this message
Ravi (ravi-rachannavar) said :
#2

I dont see Version 1.1.0 anywhere.. Can you please ping me the link to it.

Revision history for this message
RaiMan (raimund-hocke) said :
#3
Revision history for this message
Ravi (ravi-rachannavar) said :
#4

Thanks RaiMan , I have installed Sikuli 1.1.0 .

I can run batch file which helps to run my scripts one after other.

Now , I want some thing like HTML or Excel file generated with script results mentioning how many passed and failed.

Any option to track my script results will help.

Revision history for this message
RaiMan (raimund-hocke) said :
#5
Revision history for this message
Saket (saket0123) said :
#6

@Ravi How are you able to run multiple scrips through bat file ?? can you please help me.

Can you help with this problem?

Provide an answer of your own, or ask Ravi for more information if necessary.

To post a message you must log in.