Creating more than one Package under Scripts is not recognized

BDD / Cucumber Testing

  1. Create a recording
  2. Create a Feature file under Include
  3. Create a new Package under Scripts
  4. Create a new Step Definition under the new Package ( add code from recording )
  5. Run the tests and they fail.

Error message is step definition not found

  1. Move the Step Definition file into the original ( first ) package created and it works.

We would like to be able to have multiple packages so we can separate our testing teams. How can we fix this ??

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.