This test suite demonstrates the interoperability of verifiers using the VC HTTP API.

Conformance Testing Results

Tests passed 196/198 98%

Tests failed 2/198 2%

Failures 2

Tests skipped 0

Total tests 198

These tests were run on

Key

The results of the tests are shown below:

Verify Credential - Data Integrity

Verifier ⇒
Test Name
apicatalog.com Danube Tech Digital Bazaar EWF IDLab LearnCard Mavennet SecureKey SpruceID Trinsic
MUST verify a valid VC.
MUST not verify if "@context" property is missing.
MUST not verify if "type" property is missing.
MUST not verify if "issuer" property is missing.
MUST not verify if "credentialSubject" property is missing.
MUST not verify if "proof" property is missing.
MUST not verify if "proof.type" property is missing.
MUST not verify if "proof.created" property is missing.
MUST not verify if "proof.verificationMethod" property is missing.
{
                      "name": "AssertionError",
                      "message": "Expected no result from verifier: expected Response{ data: { …(3) }, …(3) } to not exist",
                      "stack": "AssertionError: Expected no result from verifier: expected Response{ data: { …(3) }, …(3) } to not exist\n    at should.not.exist (node_modules/chai/lib/chai/interface/should.js:208:38)\n    at testBadRequestError (file:///home/runner/work/vc-api-verifier-test-suite/vc-api-verifier-test-suite/tests/helpers.js:12:14)\n    at Context. (file:///home/runner/work/vc-api-verifier-test-suite/vc-api-verifier-test-suite/tests/10-vc-di.js:154:11)\n    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)"
                    }
MUST not verify if "proof.proofValue" property is missing.
MUST not verify if "proof.proofPurpose" property is missing.
MUST not verify if "@context" is not an array.
MUST not verify if "@context" items are not strings.
MUST not verify if "type" is not an array.
MUST not verify if "type" items are not strings.
MUST not verify if "issuer" is not an object or a string.
{
                      "name": "AssertionError",
                      "message": "Expected no result from verifier: expected Response{ data: { …(3) }, …(3) } to not exist",
                      "stack": "AssertionError: Expected no result from verifier: expected Response{ data: { …(3) }, …(3) } to not exist\n    at should.not.exist (node_modules/chai/lib/chai/interface/should.js:208:38)\n    at testBadRequestError (file:///home/runner/work/vc-api-verifier-test-suite/vc-api-verifier-test-suite/tests/helpers.js:12:14)\n    at Context. (file:///home/runner/work/vc-api-verifier-test-suite/vc-api-verifier-test-suite/tests/10-vc-di.js:249:13)\n    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)"
                    }
MUST not verify if "credentialSubject" is not an object.
MUST not verify if "proof" is not an object.

Verify Credential - JWT

Verifier ⇒
Test Name
SpruceID
MUST verify a valid VC.
MUST not verify if "@context" property is missing.
MUST not verify if "type" property is missing.
MUST not verify if "issuer" property is missing.
MUST not verify if "credentialSubject" property is missing.
MUST not verify if "proof" property is missing.
MUST not verify if "proof.type" property is missing.
MUST not verify if "proof.created" property is missing.
MUST not verify if "proof.verificationMethod" property is missing.
MUST not verify if "proof.proofValue" property is missing.
MUST not verify if "proof.proofPurpose" property is missing.
MUST not verify if "@context" is not an array.
MUST not verify if "@context" items are not strings.
MUST not verify if "type" is not an array.
MUST not verify if "type" items are not strings.
MUST not verify if "issuer" is not an object or a string.
MUST not verify if "credentialSubject" is not an object.
MUST not verify if "proof" is not an object.

Verify Presentation - Data Integrity

Verify Presentation - JWT