You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use this library for visual testing, but I am unable to get it working. I am running a test with Robot Framework and I get this error: No keyword with name 'Open Eyes Session' found. It seems that RobotAppEyes was not imported correctly.
The steps I have done so far are:
Used pip install to install RobotAppEyes. This was successful.
Added "Library RobotAppEyes" to the config file.
Added some keyword calls to an existing robot framework test, Open Eyes Session, Check Eyes Window, Close Eyes Session
I have also tried using "Import Library RobotAppEyes" but that gave this error: Importing test library 'RobotAppEyes' failed: ImportError: No module named RobotAppEyes
The text was updated successfully, but these errors were encountered:
The keywords I'm trying to run are something like this:
Open Eyes Session ${PTV_PLANNING_URL} PTV Planning Basic test ${API_KEY}
Check Eyes Window PTV Planning
Close Eyes Session
I am trying to use this library for visual testing, but I am unable to get it working. I am running a test with Robot Framework and I get this error: No keyword with name 'Open Eyes Session' found. It seems that RobotAppEyes was not imported correctly.
The steps I have done so far are:
I have also tried using "Import Library RobotAppEyes" but that gave this error: Importing test library 'RobotAppEyes' failed: ImportError: No module named RobotAppEyes
The text was updated successfully, but these errors were encountered: