I have a Silk4j project.
I follow the documentation Replaying Keyword-Driven Tests from the Command Line (microfocus.com)
in my tests.jar file my class with my keywords are present
when I ran
java org.junit.runner.JUnitCore myJunitTest
I get the following error
JUnit version 4.12
.GoogleFolder/google_selenium
com.borland.silk.keyworddriven.engine.exceptions.KeywordNotFoundException: Keyword 'DisplayInfo' not found
at com.borland.silk.keyworddriven.engine.AbstractKeywordRunner.executeStep(AbstractKeywordRunner.java:212)
at com.borland.silk.keyworddriven.engine.AbstractKeywordRunner.executeKeywordSequence(AbstractKeywordRunner.java:
Does someone has a clue, an idea?
Thanks for help