Skip to main content
Version: Next

Compliance with the Decentralized Claims Protocol

The TSG Wallet is automatically tested against the Decentralized Claims Protocol TCK. The e2e-dcp-tck CI/CD job runs the pinned TCK Docker image against the wallet.

The test setup and cases are located in the tools/e2e-testing/lib/dcp-tck directory.

Latest official run

Loading the TCK report from GitLab…

Test report artifacts

Every TCK job publishes the individual upstream cases as a GitLab JUnit report. Results are available in the pipeline Tests tab and in the merge request test summary.

The job also stores a report artifact containing:

  • summary.md with the image, commit, pipeline, and totals per suite.
  • results.json for automated processing and this page.
  • junit.xml for GitLab's test report.
  • raw/ with ANSI-free output from each TCK suite.

The reports are generated by the pipeline and are not committed to the repository. Merge request artifacts are retained for 14 days, default branch artifacts for 90 days, and tag artifacts do not expire.