Closed brunosedler closed 4 months ago
* It would be nice to have the results summary of both test commands printed last. However, I don't know how this could work. So please at least make sure that the RSpec status is printed after cucumber ran. Like "if rspec_ran and cucumber_ran then print RSpec success/failure" after the invocation of cucumber.
Or would RSpec already fail and Cucumber not even be executed?
I assume if rspec fails, cucumber would not even be executed. That's the current behavior when all specs and features are running, and the code would be similar in the case when we run selected tests with rspec and cucumber. Maybe we could rescue the rspec-call if that feature is important to you :thinking:
Closes https://github.com/makandra/geordi/issues/216