VEuPathDB / example-jaxrs-container-service

Demo of a containerized Raml & JaxRS based service project.
Apache License 2.0
0 stars 0 forks source link

Create Templates for API Tests #12

Open dmgaldi opened 2 years ago

dmgaldi commented 2 years ago

Overview

We identified a testing gap for some of our docker services. On 05/03/2022, we discussed adding API tests to user dataset import service to address some latent bugs.

We currently use RestAssured for WDK API tests that are run as a part of the QA release. There is work here to figure out where the docker API tests will live (likely in the repo under an api-test directory?), how they will be run (at least manually and documented in example repo/readme but ideally automatically on release).

Subtasks

Note that this can be broken down into multiple tasks. Below is a summary of the subtasks: