makandra / geordi

Collection of command line tools used in our daily work with Ruby, Rails and Linux.
https://makandra.com/
MIT License
103 stars 17 forks source link

Improve flexibility of geordi test #220

Closed brunosedler closed 4 months ago

brunosedler commented 4 months ago

Closes https://github.com/makandra/geordi/issues/216

brunosedler commented 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: