-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Trying to use either the AngularJSLibrary or ExtendedSelenium2Libray by placing the folders beneath src/test/resources/libraries. The modules are never loaded when referenced. I've also tried adding a configuration section in the pom.xml which points to the libraries folder and also the folder of the module. This has no effect either.
[ ERROR ] Error in file '/src/test/robotframework/resource.robot': Importing test library 'AngularJSLibrary' failed: ImportError: No module named AngularJSLibrary
Traceback (most recent call last):
None
PYTHONPATH:
/.m2/repository/org/robotframework/robotframework/3.1.2/Lib
/.m2/repository/org/robotframework/robotframework/3.1.2/robotframework-3.1.2.jar/Lib
classpath
pyclasspath/
CLASSPATH:
/usr/local/Cellar/maven/3.6.3/libexec/boot/plexus-classworlds-2.6.0.jar
Any assistance appreciated.