You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AS A AMTH user, I WANT to be able to give multiple issuers and/or verifiers on the run command, SO THAT so that tests written with specific issuers and verifiers can run at the same time as other tests.
Right now, there is a BC wallet test T009-Proof where it uses the CANdy Unverified Person Issuer and a PCFT Chat Demo Verifier. This is a specific test for connectionless presentations. If running with the AATH issuer and verifier, one needs to exclude this from the test run with the -t ~@T009-Proof option.
It might be nice to pass in multiple issuers or verifiers on the command-line or passing a config file or something and let the tests determine and use the agents it needs to run the test.
Workaround:
Separate run commands locally and in GHAs specifically for different agents. Along with maybe a separate Allure report project for the differing configurations.
The text was updated successfully, but these errors were encountered:
AS A AMTH user, I WANT to be able to give multiple issuers and/or verifiers on the run command, SO THAT so that tests written with specific issuers and verifiers can run at the same time as other tests.
Right now, there is a BC wallet test T009-Proof where it uses the CANdy Unverified Person Issuer and a PCFT Chat Demo Verifier. This is a specific test for connectionless presentations. If running with the AATH issuer and verifier, one needs to exclude this from the test run with the
-t ~@T009-Proof
option.It might be nice to pass in multiple issuers or verifiers on the command-line or passing a config file or something and let the tests determine and use the agents it needs to run the test.
Workaround:
Separate run commands locally and in GHAs specifically for different agents. Along with maybe a separate Allure report project for the differing configurations.
The text was updated successfully, but these errors were encountered: