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.mdwith the image, commit, pipeline, and totals per suite.results.jsonfor automated processing and this page.junit.xmlfor 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.