In Grails 3.1.4: If I use the Grails create-functional-test command and create a Geb test, when I use the Gradle test task it does not run the Geb test, it only runs the unit and integration tests, not the functional.
If I use the Grails test-app command it runs everything. I want to build with Gradle on my Bamboo 5.9.7 integration server.
How do I use Gradle to run all tests, unit, integration, and functional Geb tests?