0

Is there an option to Grails 3.2.4's test-app command that allows you to see a console output similar to that BDD of Rspec?

In Rspec, I would use the option --format documentation.

nbkhope
  • 7,360
  • 4
  • 40
  • 58
  • 1
    Yes, via Gradle.. see http://stackoverflow.com/questions/3963708/gradle-how-to-display-test-results-in-the-console-in-real-time/36130467#36130467 – Graeme Rocher Jan 25 '17 at 20:57
  • 1
    I suspect that you might be better served to adopt the new Grails paradigm rather than trying to fit Grails tests into an Rspec mindset. I let the unit/integration tests run, and point a browser at the index html file for results at the end. When you have several hundred tests, you'll probably be doing something else while you wait for the test suite to finish... I know I do. – railsdog Jan 26 '17 at 02:36

0 Answers0