Search code examples
javaseleniumcucumbercucumber-jvmcucumberjs

Cucumber issue(Calling step defination from other java project )


My requirement is that i am keeping my step Definition code in other Java Project and my runner class is in other java project.. I am not able to call step definition provided in other java project.. Please help how can i achieve the same


Solution

  • This issue got solved when i added Runner Class Java Project to Build Path of Step definition Project Build Path.. Then i was able to provide glue code path directly using package name from other java project.. Thanks for all comments Provided.