Good day! I started using the BDDfire framework to write integration tests for my projects.
- There are two different projects that are not related to themselves.
There is a separate repository, where relevant tests are described for these projects.
For each project, there are files with features (* .features) and files with implementation steps (step_definitions.rb). That is, two files for each project.
- When running tests with the rake poltergeist command , all tests are executed.
- I, in turn, want to run tests separately for each project.
- In the documentation for cucumber, capybara, BDDfire nothing has been found yet.
I ask for help if someone faced a similar task and successfully solved it. Thank!