From e511dde18534a9787ff6c3e9941933e2081ade9f Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Mon, 29 Jan 2024 17:06:59 +0000 Subject: [PATCH] Specify where tags can be changed for specific suites. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c532d01..209ec11 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,6 @@ These test suites use tags to identify which implementation's endpoints are used If you need to change the tag the suites will run on you can change it in `./config/runner.json`. ### Testing Locally - If you want to test implementations or just endpoints running locally, you can copy `localImplementationsConfig.example.cjs` to `.localImplementationsConfig.cjs` in the root directory of the test suite. @@ -91,9 +90,8 @@ To specifically test only the localhost implementation, modify the test suite to filter implementations based on a specific tag in your local configuration file. For instance, if your `.localImplementationsConfig.cjs` config file looks like -the config above, you can adjust the tag used in each test suite -to filter the implementations by `localhost` and other tags. The tags used to filter -implementations in the test suites should be in `./config/runner.json` in the tags section. +the config above, you can adjust the tag used in each test suite by modifying `./config/runner.json` +to filter the implementations by `localhost` and other tags. ## Implementation