From 168dbd137004b5962a04517d88c695e3d5c13278 Mon Sep 17 00:00:00 2001 From: Tashi D Gyeltshen Date: Tue, 12 Dec 2023 09:20:20 -0500 Subject: [PATCH] Include additional guidelines within the `Testing locally` section. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f88c791..14575c4 100644 --- a/README.md +++ b/README.md @@ -98,8 +98,8 @@ section in that case). ### Testing locally -If you need to add implementations for endpoints running locally you may add a -config file in the root dir of your test project: +If you need to test implementations for endpoints running locally you may add a +config file in the root dir of the test suite: ``` .vcApiTestImplementationsConfig.cjs @@ -125,6 +125,9 @@ module.exports = [{ }]; ``` +Then update the test suite to filter the implementations with the tag you've +specified in your config file and run the tests. + ### Opting into a Test Suite Please Note: