Giter Club home page Giter Club logo

ets-wps20's Introduction

Web Processing Service 2.0 Executable Test Suite

Scope

This executable test suite is for version 2.0 of the OGC Web Processing Service (WPS) standard.

Visit the project documentation website for more information, including the API documentation.

How to build the test suite

The test suite is built using Apache Maven v3.

Step 1. First clone the repo.

Step 2. Then navigate into the local repo.

cd ets-wps20

Step 3. Now clean the project.

mvn clean

Step 4. Now build the project.

mvn package

Note
On some operating systems, when building the ETS under Java 11+ for the first time, it may be necessary to run mvn package twice.
Note
Running mvn package will automatically update the jar file ets-wps20-x.x-SNAPSHOT.jar in the /ets-wps20/docker/teamengine/WEB-INF/lib. To disable this function, modify maven-antrun-plugin in the pom.xml file.

How to run the test suite

The options for running the suite are summarized in

How to debug using docker

After running mvn package:

Navigate to the docker folder.

cd /docker

Build the docker image.

`docker build -t wps20:local . `

Run the docker image.

docker run -p 9090:8080/tcp wps20:local

Log into teamengine with username developer and password developer.

How to contribute

If you would like to get involved, you can:

  • Report an issue such as a defect or an enhancement request

  • Help to resolve an open issue

  • Fix a bug: Fork the repository, apply the fix, and create a pull request

  • Add new tests: Fork the repository, implement and verify the tests on a new topic branch, and create a pull request (don’t forget to periodically rebase long-lived branches so there are no extraneous conflicts)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.