The VC API test suite repository contains tests for a standard API specification for constructing and verifying objects which conform to the Verifiable Credential Data Model specification, along with documentation, integration and compatability tests, and related assets for the test and integration process.
The vc-api test suite repository is structured like so:
- packages which contains test suites and related utilities for integration testing, test suite results, and related assets.
You may wish to programmatically download the latest test results as JSON.
-
HTML Report: TODO
curl -s https://w3c-ccg.github.io/vc-api-test-suite/test-suite/testResults.json | jq
-
HTML Report: https://w3c-ccg.github.io/vc-api-test-suite/test-suite/IMPLEMENTATION_NAME
curl -s https://w3c-ccg.github.io/vc-api-test-suite/test-suite/IMPLEMENTATION_NAME/testResults.json | jq
We encourage contributions meeting the Contribution Guidelines.
While we prefer the creation of issues and Pull Requests in the GitHub repository, discussions often occur on the public-credentials mailing list as well.