KrailOrg / krail-testApp

1 stars 0 forks source link

Use container or similar #19

Closed davidsowerby closed 6 years ago

davidsowerby commented 7 years ago

Deployment of the war for testing is clumsy, and hardwired to a locally installed Tomcat. Running in a container may be better

mcollovati commented 6 years ago

Links to some available gradle plugins

https://github.com/chrisgahlert/gradle-dcompose-plugin https://github.com/bmuschko/gradle-docker-plugin

mcollovati commented 6 years ago

Created branch ISSUE-19/tests-on-docker-containers with configuration for testing on top of docker containers. To run tests there are now two gradle tasks: integrationTestTomcat7 or integrationTestTomcat8.

Test does not work for me on develop branch (because of services and push problems) but runs fine on a separated local branch with workarounds applied

davidsowerby commented 6 years ago

@mcollovati I think this can be closed now?

mcollovati commented 6 years ago

I think so; for Vert.x container there is already issue #39.

davidsowerby commented 6 years ago

Closed