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
Copy file name to clipboardExpand all lines: sandbox/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ For more information about building sandbox APIs see the [API Producer Zone conf
15
15
-[Starting the API](#starting-the-api)
16
16
-[Development](#development)
17
17
-[Starting the API with Hot Reloading](#starting-the-api-with-hot-reloading)
18
+
-[Updating examples](#updating-examples)
18
19
-[Testing](#testing)
19
20
-[Unit Tests](#unit-tests)
20
21
-[Useful commands](#useful-commands)
@@ -27,7 +28,7 @@ The API is able to be run locally on the host system for development and testing
27
28
28
29
The Sandbox is deployed using Docker to AWS ECS; the Dockerfile is located in the root of the repository. This allows Docker to copy in responses from `specification/examples/responses`. The docker container is deployed to AWS ECS using Azure DevOps pipelines.
29
30
30
-
The [Postman Collection](./postman/Validate_Relationship_Service_Sandbox.postman_collection.json) is used to test the Sandbox API. The tests embedded in the collection are run in GitHub Actions on each Pull Request.
31
+
The [Postman Collection](./postman/Validated Relationship Service Sandbox.postman_collection.json) is used to test the Sandbox API. The tests embedded in the collection are run in GitHub Actions on each Pull Request.
0 commit comments