opengeospatial / teamengine

TEAM Engine (Test, Evaluation, And Measurement Engine) is an engine for testing web services and other resources written in JAVA. It executes test scripts written in Compliance Test Language (CTL), TestNG and other languages. It is lightweight and easy to run as a command line or to setup as a service. It can be used to test any type of service or encoding. It is also the official tool used by the Open Geospatial Consortium (OGC) for compliance testing.
Apache License 2.0
45 stars 41 forks source link

REST API: Test run with Accept application/zip returns 404 #541

Closed dstenger closed 2 years ago

dstenger commented 2 years ago

Describe the bug This bug was detected on current master branch and is not present in TEAM Engine v5.4.1.

When starting a test run with Accept header application/zip via TEAM Engine REST interface, HTTP status code 404 and an empty response body are returned.

To Reproduce Steps to reproduce the behavior:

  1. Start any TestNG based test suite with current master branch of TEAM Engine.
  2. Execute test run via REST interface with Accept header application/zip.
  3. HTTP status code 404 is returned.

Expected behavior The test result shall be returned in zip format including the HTML report.