sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #38017
Re: [Question #293322]: I cannot understand ROBOT with Sikulix integration
Question #293322 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/293322
Status: Answered => Open
Shobin is still having a problem:
Thank you again, but I am not familer with maven or eclipse.
This is the error I am encountering
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\10613527>pybot --version
Robot Framework 3.0 (Python 2.7 on win32)
C:\Users\10613527>robottest.bat robot_suite\verify_operations.txt
[ ERROR ] Error in file 'C:\Users\10613527\robot_suite\verify_operations.txt': I
mporting test library 'calc.Calculator' failed: ImportError: No module named Sik
uli
Traceback (most recent call last):
File "C:\Users\10613527\calc.sikuli\calc.py", line 2, in <module>
from Sikuli.Sikuli import *
PYTHONPATH:
C:\Users\10613527\calc.sikuli
C:\Users\10613527\Downloads\robotframework-2.8.5.jar\Lib\robot\libraries
C:\Users\10613527\Downloads\robotframework-2.8.5.jar\Lib
C:\jython2.5.1\bin
C:\Users\10613527\Downloads\Lib
__classpath__
__pyclasspath__/
.
C:\Python27
CLASSPATH:
C:\Users\10613527\Downloads\robotframework-2.8.5.jar
D:\sik source\sikulixapi.jar
==============================================================================
Verify Operations
==============================================================================
Verify that 2 + 2 = 4 | FAIL |
No keyword with name 'Start App' found.
------------------------------------------------------------------------------
Verify that 2 + 2 = 5 | FAIL |
No keyword with name 'Start App' found.
------------------------------------------------------------------------------
Verify Operations | FAIL |
2 critical tests, 0 passed, 2 failed
2 tests total, 0 passed, 2 failed
==============================================================================
Output: C:\Users\10613527\results\output.xml
Log: C:\Users\10613527\results\log.html
Report: C:\Users\10613527\results\report.html
C:\Users\10613527>
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.