Skip to content

ETF test driver for executing Test Suites on a remote OGC TEAM Engine instance

License

Notifications You must be signed in to change notification settings

etf-validator/legacy-etf-tetd

Repository files navigation

ETF Test Driver for running running TEAM-Engine-based test projects

The test driver is loaded by the ETF framework at runtime. The test driver executes TEAM-Engine-based test projects on a remote TEAM Engine instance, for example, the OGC CITE tests.

European Union Public Licence 1.2 Latest version Java CI

© 2017-2022 European Union. Licensed under the EUPL.

About ETF

ETF is an open source testing framework for validating spatial data, metadata and web services in Spatial Data Infrastructures (SDIs). For documentation about ETF, see http://docs.etf-validator.net.

Please report issues in the GitHub issue tracker of the ETF Web Application.

ETF component version numbers comply with the Semantic Versioning Specification 2.0.0.

Build information

The project can be build and installed by running the gradlew.sh/.bat wrapper with:

$ gradlew build install

Installation

Copy the JAR path to the $driver directory. The $driver directory is configured in your etf-config.properties configuration path as variable etf.testdrivers.dir. If the driver is loaded correctly, it is displayed on the status page.

Updating

Remove the old JAR path from the $driver directory and exchange it with the new version.