Skip to content

Commit

Permalink
Include additional guidelines within the Testing locally section.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSAssassin committed Dec 12, 2023
1 parent 7e2bb0b commit 168dbd1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 168dbd1

Please sign in to comment.