I'm having issues running multiple tests in a batch file

Asked by Ali Ahmed

I am trying to run multiple test in a batch file but before it finishes running the test it doesn't close application like its supposed to. and it will start running the next test but it also doesn't close the application.

@echo off
cls

call C:\SikuliX\runsikulix.cmd -r C:\SikuliX\HowtoCreateBuySellTradeTestCase.sikuli
call C:\SikuliX\runsikulix.cmd -r C:\SikuliX\LinkTagToTrade.sikuli
call C:\SikuliX\runsikulix.cmd -r C:\SikuliX\AddNotesToTrade.sikuli

For these test I am generating HTML test report and taking screenshots. I dont' know if that is why.

Also there is error file that is generated when I try to run it through cmd.

Question information

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

--- but before it finishes running the test it doesn't close application

which application are you talking about?

Revision history for this message
Launchpad Janitor (janitor) said :
#2

This question was expired because it remained in the 'Needs information' state without activity for the last 15 days.