Created
February 3, 2011 12:37
-
-
Save imikemo/809422 to your computer and use it in GitHub Desktop.
Batch file for running Sikuli test cases using jybot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
set sikuli_jar=C:\Program Files\Sikuli X\sikuli-script.jar | |
set CLASSPATH=%sikuli_jar% | |
set JYTHONPATH=%sikuli_jar%/Lib | |
jybot --pythonpath=calc.sikuli ^ | |
--outputdir=results ^ | |
--loglevel=TRACE ^ | |
%* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment