BDD / Cucumber Testing
- Create a recording
- Create a Feature file under Include
- Create a new Package under Scripts
- Create a new Step Definition under the new Package ( add code from recording )
- Run the tests and they fail.
Error message is step definition not found
- 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 ??