Request
- I would like to be able to a run a test on a docker team engine container by just giving an url without having to mount an xml.
- I would like the script to optionally return an exit 1 when the tests fail.
Usecase
Both requests would make running tests in continuous integration easier (e.g. could create an integration test that shows a service remains ogc compliant), just as it would for regular regression tests that check the validity of services as they are running. We would be able to parametrize the output.
Possible implementation
An example implementation without editing the team engine code: https://github.com/PDOK/ets-ogcapi-features10-docker