Stephen Curran

Results 184 issues of Stephen Curran

The [mobile backchannel](https://github.com/hyperledger/aries-agent-test-harness/blob/main/MOBILE_AGENT_TESTING.md) allows the execution the "Bob" role in a run of Aries interop tests to be carried out by a mobile wallet operated by a person. The activities...

When starting the did:orb service, the following errors were encountered. Has the service evolved such that starting the service has changed? ``` ~/repos/aries-agent-test-harness [aries-vcx/aries-agent] 06:21 $ ./manage service start orb...

While connection reuse may get tested when a series of OOB/DID Exchange tests are run, please create a test that explicitly checks if connection reuse is properly handled. I'm assuming...

Create a test to verify the handling of unrevealed attributes when using AnonCreds, as defined in [RFC 492](https://github.com/hyperledger/aries-rfcs/tree/main/features/0592-indy-attachment). Specifically, verify that: - a holder can mark some attributes as unrevealed....

Per [Aries RFC 592](https://github.com/hyperledger/aries-rfcs/tree/main/features/0592-indy-attachments) about AnonCreds handling, a raw integer string ("12345") should be encoded by the issuer as an integer. However, some Aries Frameworks have in the past encoded...

We have a number of tests that cover various Mediator scenarios (tagged RFC0211), however all of those establish connections using the RFC0160 Connections Protocol. We need to add some tests...

Per Andrew's request: - create docs branch - publish to https://aries-interop.info from the docs branch - have the GHA action PR to the docs branch

We have a CLI option that gives us a list of tests, but it would be nice to have an option that runs behave with the "--dry-run" option so that...

In an effort to remove the Indy-specific features in the test cases, I'm thinking that we should replace the current test case flow from: ``` Given "Acme" has a public...

One strategy for a test component (such as the frameworks we have today) is the use of startup parameters to configure the agent for certain scenarios. Currently, since the test...