You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Create a test suite using RestAssured to one of our docker-services and verify that it works correctly
Integrate test suite into this template repo (assuming tests will live in the service repo)
Integrate test suite into Jenkins continuous integration with the help of Systems (or investigate self-hosted GitHub runner)
(Optional) Create empty test suites or rudimentary suites in other docker services to make it easier for devs to add tests as they develop
The text was updated successfully, but these errors were encountered:
dmgaldi
changed the title
Create Templates for RestAssured API Tests
Create Templates for API Tests
May 3, 2022
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:
The text was updated successfully, but these errors were encountered: