Skip to content

Commit

Permalink
Move Changing the Test below Testing Locally in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Feb 1, 2024
1 parent 19eab1c commit 6bc122f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
- [Install](#install)
- [Usage](#usage)
- [Running Specific Tests](#Running-Specific-Tests)
- [Changing the Test Tag](#Changing-the-test-tag)
- [Testing Locally](#testing-locally)
- [Changing the Test Tag](#Changing-the-test-tag)
- [Implementation](#implementation)
- [Docker Integration (TODO)](#docker-integration-todo)
- [Contribute](#contribute)
Expand Down Expand Up @@ -45,10 +45,6 @@ For example, the snippet below uses grep to filter tests by name and only runs o
mocha --grep '"specificProperty" test name' ./tests/10-specific-test-suite.js
```

### Changing the Test Tag
These test suites use tags to identify which implementation's endpoints are used in tests.
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`
Expand Down Expand Up @@ -93,6 +89,10 @@ For instance, if your `.localImplementationsConfig.cjs` config file looks like
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.

### Changing the Test Tag
These test suites use tags to identify which implementation's endpoints are used in tests.
If you need to change the tag the suites will run on you can change it in `./config/runner.json`.

## Implementation

You will need an issuer and verifier that are compatible with [VC API](https://w3c-ccg.github.io/vc-api/)
Expand Down

0 comments on commit 6bc122f

Please sign in to comment.