/vc-api-issuer-test-suite

Test Suite for Issuers that implement the VC HTTP API

Primary LanguageJavaScript

vc-api-issuer-test-suite

Test Suite for Issuers that implement the VC HTTP API

Table of Contents

Background

Provides interoperability tests for issuers that support VC-API.

Install

npm i

Usage

npm test

Implementation

To add your implementation to this test suite see the README here. Add the tag VC-API to the issuers and verifiers you want tested. To run the tests, some implementations require client secrets that can be passed as env variables to the test script. To see which ones require client secrets, you can check the vc-api-test-suite-implementations library.