Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve metadata (etc.) #56

Merged
merged 5 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ Provides interoperability tests for issuers and verifiers that support

## Install

```js
```sh
npm i
```

## Usage

```
```sh
npm test
```

## Generator

To generate new test data use this command:

```js
```sh
npm run generate-vcs
```

Expand Down
7 changes: 3 additions & 4 deletions respecConfig.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
"group": "vc",
"specStatus": "base",
"shortName": "vc-bitstring-status-list-test-suite",
"subtitle": "Test Interoperability Report for Verifiable Credentials status",
"github": "https://github.com/w3c/vc-bitstring-status-list-test-suite",
"edDraftURI": "https://w3c.github.io/vc-bitstring-status-list-test-suite",
"doJsonLd": true,
"includePermalinks": false,
"editors": [
{ "name": "Tashi D. Gyeltshen", "url": "https://github.com/jsAssassin",
"company": "Digital Bazaar", "companyURL": "http://digitalbazaar.com/" }
],
"authors": [
{ "name": "Patrick St. Louis", "url": "https://github.com/PatStLouis",
"company": "OpSecId", "companyURL": "https://github.com/OpSecId" },
{ "name": "Tashi D. Gyeltshen", "url": "https://github.com/jsAssassin",
"company": "Digital Bazaar", "companyURL": "http://digitalbazaar.com/" },
{ "name": "Manu Sporny", "url": "http://manu.sporny.org/",
Expand Down
6 changes: 3 additions & 3 deletions w3c.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"group": "wg/vc"
, "contacts": ["iherman"]
, "repo-type": "tests"
"group": "wg/vc",
"contacts": ["iherman"],
"repo-type": "tests"
}
Loading