Test results
How to inspect and understand your test results
TO-DO: plain English overview of results, maybe in the form of a simple checklist?
Common errors and their meaning
Error code | Description | What it might mean |
---|---|---|
400 | DID Syntax Invalid: DID must start with [did:] | Check your input and the provided examples to ensure it's a DID. |
404 | DID or DID URL not found | For did:web specifically, this usually suggests that the /.well-known/did.json file is not available. |
501 | DID method not supported | DTT is not currently configured to have access to a driver for this DID method, or a driver hasn’t been implemented yet. |
How to save and share your test results
FUTURE: intro to Allure report framework