Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/Testing-UAS-Endpoints-Locally.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import { Meta } from '@storybook/addon-docs/blocks';

<Meta title="docs/Test-UAS-locally" />

# 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).
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the link should be https://github.com/bbc/simorgh-infrastructure/blob/latest/documentation/testing-simorgh-uas-endpoints-locally.md (latest branch). Currently it points to the feature branch (create-doc-on-UAS-testing-locally)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes will update once simorgh-infrastructure PR got merged

Loading