This repository contains the W3C Verifiable Claims Working Group test suite. Any conforming implementation MUST pass all tests in the test suite.
There are multiple test suites, each of which is detailed below.
This test suite will check any application that generates Verifiable Credential Data Model documents to ensure conformance with the specification.
- npm install
- Copy the
config.json.example
file toconfig.json
and modify. - npm test
- npm install
- Copy the
config.json.example
file toconfig.json
and modify. - npm run report
- Rename implementation/results.json to implementation/YOUR_IMPLEMENTATION-results.json.
- git add implementations/YOUR_IMPLEMENTATION-results.json and submit a pull request for your implementation.
You may contribute to this test suite by submitting pull requests here: