https://github.com/opengeospatial/ets-cat20-dgiwg10
Public Repo for DGIWG CAT 2.0.2 Tests
https://github.com/opengeospatial/ets-cat20-dgiwg10
Last synced: 6 months ago
JSON representation
Public Repo for DGIWG CAT 2.0.2 Tests
- Host: GitHub
- URL: https://github.com/opengeospatial/ets-cat20-dgiwg10
- Owner: opengeospatial
- License: other
- Created: 2018-04-25T19:37:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-25T14:26:52.000Z (over 1 year ago)
- Last Synced: 2025-02-25T15:30:44.287Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 1.27 MB
- Stars: 0
- Watchers: 11
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.txt
Awesome Lists containing this project
README
= DGIWG Catalogue Service for the Web 2.0 Test Suite
== Scope
Describe scope of the test suite.
Visit the http://opengeospatial.github.io/ets-cat20-dgiwg10/[project documentation website]
for more information, including the API documentation.
== How to build the test suite
The test suite is built using https://maven.apache.org/[Apache Maven v3].
== How to run the test suite
The options for running the suite are summarized in
include::src/site/asciidoc/how-to-run-the-tests.adoc[]
== How to contribute
If you would like to get involved, you can:
* https://github.com/opengeospatial/ets-cat30/issues[Report an issue] such as a defect or
an enhancement request
* Help to resolve an https://github.com/opengeospatial/ets-cat30/issues?q=is%3Aopen[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)