Skip to content

Instantly share code, notes, and snippets.

@imikemo
Created February 3, 2011 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save imikemo/809422 to your computer and use it in GitHub Desktop.
Save imikemo/809422 to your computer and use it in GitHub Desktop.
Batch file for running Sikuli test cases using jybot
@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