This is a cross-vendor interoperability test suite for the Open Badges v3 specification.
The tests were performed by sending an Open Badges v3 compliant Verifiable Credential to various issuers that implement the Verifiable Credential API.
You will need version 16 or greater of node.js to run the test suite.
npm i --legacy-peer-deps
npm test
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.