clehner / vc-api-test-suite

The VC HTTP API Test Suite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VC HTTP API Test Suite

Implementation Interoperability Report

The VC HTTP 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.

Structure

The vc-http-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.

Data Visualization

You may wish to programmatically download the latest test results as JSON.

Test Results for All Implementations

  • HTML Report: TODO

    curl -s https://w3c-ccg.github.io/vc-http-api/test-suite/testResults.json | jq
    

Test Results for a Specific Implementation

Contributing

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.

About

The VC HTTP API Test Suite

License:Other


Languages

Language:JavaScript 99.6%Language:Dockerfile 0.4%