/gae-testing-support

Support for testing Google App Engine apps.

Primary LanguageJavaApache License 2.0Apache-2.0

Travis build status Maven Central

gae-testing-support

A library that makes it easier to do integration testing of a Google App Engine app. Uses the Google Cloud SDK and App Engine Java SDK. Modeled after the GCloud Maven Plugin's start and stop mojos. Distributed under the same license as that project, as we use a lot of its code.

Maven

    <dependency>
        <groupId>com.github.mike10004</groupId>
        <artifactId>gae-testing-support</artifactId>
        <version>0.3</version>
        <scope>test</scope>
    </dependency>