diff --git a/docs/Testing-UAS-Endpoints-Locally.mdx b/docs/Testing-UAS-Endpoints-Locally.mdx new file mode 100644 index 00000000000..3e61cc403ad --- /dev/null +++ b/docs/Testing-UAS-Endpoints-Locally.mdx @@ -0,0 +1,10 @@ +import { Meta } from '@storybook/addon-docs/blocks'; + + + +# Testing UAS Endpoints Locally + +This guide provides instructions for developers to test User Activity Service (UAS) endpoints locally on their development environment. + +For comprehensive infrastructure setup and configuration details, +refer to the [UAS Testing Documentation in the simorgh-infrastructure repository](https://github.com/bbc/simorgh-infrastructure/blob/create-doc-on-UAS-testing-locally/documentation/testing-simorgh-uas-endpoints-locally.md).