Matthew Planchant

Results 7 comments of Matthew Planchant

> REST-Assured Guide is published now under https://guides.micronaut.io/latest/micronaut-rest-assured.html @sdelamo, do you have an example of how to use REST-assured with kotest?

I think this problem is manifesting itself when trying to use the new embedded HTTP server. ``` $ ./gradlew run > Task :run 08:48:47.224 [main] INFO i.m.c.DefaultApplicationContext$RuntimeConfiguredEnvironment - Established active...

Is there a work around for this? It's a bit of pain no being able to run the app locally with `./gradlew run`.

> well I guess you could use some other runtime for local dev (like servlet-jetty) in the meantime How would I do this? If I try `./gradlew clean run -Pmicronaut.runtime=jetty`,...

Using `./gradlew clean run -Pmicronaut.runtime=jetty` is working for me now. I had to remove the following dep: ``` developmentOnly(mn.micronaut.function.aws.api.proxy.test) ```

Path definitely needs to be configurable. The most obvious example being `src/integrationTest/resources/mappings`.

If this is merged and released, I'm happy to try it out.