Martin Hauner
Martin Hauner
I'm thinking about adding some kind of _library_ to the plugin that contains before/after pair hook scripts for some common setup/teardown code. for example - before/after for grails integration test...
support `grails test-app :cucumber book.feature:7` to run only specific features/scenarios.
the generatr should log the keys from the options map that it will not use so the user does not need to debug the code to find out why it...
with Spring `@RequestMapping` `params` it is possible to split the endpoint into multiple controller methods for mutually exclusive query parameters. Would be possible by inventing a mapping configuration.