NASAWorldWind / WorldWindServerKit

The NASA WorldWind Server Kit (WWSK) is an open source Java project that assembles GeoServer for easy distribution and implementation.
93 stars 54 forks source link

Refactor GeoServer Functional Tests run in Travis #125

Closed emxsys closed 6 years ago

emxsys commented 7 years ago

The JMeter-based GeoServer Functional Tests should be refactored to use assertions to determine the success or failure of a GetMap request. The tests should be able to run in a continuous integration environment.

Closes #124

emxsys commented 6 years ago

Resolved by reusable test.jmx used JMeter maven plugin.