I have @library that point to a source files tree which include images and other non-java files. I build it with @built and then execute @run testng.
Test fails with resources missing. Classpath doesn't include reference to the original sources directory for a library. Only its classes dir is included and it contains only *.class files.
Test fails with resources missing. Classpath doesn't include reference to the original sources directory for a library. Only its classes dir is included and it contains only *.class files.