forkbombeu/๐งช credimi-tests
Test your wallet, credential issuer or verifier with credimi pipelines.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | Credimi API key used to authenticate requests. | yes | โ |
| apk-file | Path to a local APK file to upload. Exactly one of apk-file or apk-url must be provided when testing a wallet. | no | โ |
| apk-url | URL of an APK that Credimi can download. Exactly one of apk-file or apk-url must be provided when testing a wallet. | no | โ |
| issuer-url | URL of the Issuer that will be tested by Credimi. Required when testing an Issuer. | no | โ |
| credential-ids | Credimi credential identifiers where to substitute the issuer URL with issuer-url, separated by new lines. Each identifier is usually formatted as "organization/issuer/credential". Required when testing an Issuer. | no | โ |
| verifier-url | URL of the Verifier that will be tested by Credimi. Required when testing a Verifier. | no | โ |
| use-case-ids | Credimi use case identifiers where to substitute the verifier URL with verifier-url, separated by new lines. Required when testing a Verifier. | no | โ |
| pipeline-ids | Credimi pipeline identifiers to run, separated by new lines. Each identifier is usually formatted as "organization/pipeline". | yes | โ |
| runner-types | Credimi runner types to use, separated by new lines. The action runs every pipeline-id on every listed runner type. Required when testing a wallet unless runner-ids is provided. Optional when testing an Issuer or Verifier. Mutually exclusive with runner-ids. Possible values: android_emulator, redroid, android_phone, ios_simulator | no | โ |
| runner-ids | Credimi runner ids with their runner type, separated by new lines. Each line must be formatted as "<runner-id>/<runner-type>". The action runs every pipeline-id on every listed runner id. Required when testing a wallet unless runner-types is provided. Optional when testing an Issuer or Verifier. Mutually exclusive with runner-types. Possible runner-type values: android_emulator, redroid, android_phone, ios_simulator | no | โ |
| extra-runs | Additional runs to add after the cartesian product is built, separated by new lines. Each line must contain "<pipeline-id> <runner-type>" or "<pipeline-id> <runner-id>/<runner-type>". When testing an Issuer or Verifier without runner inputs, each line can contain just "<pipeline-id>". | no | โ |
| exclude-runs | Runs to remove after extra-runs are added, separated by new lines. Each line must contain "<pipeline-id> <runner-type>" or "<pipeline-id> <runner-id>/<runner-type>". When testing an Issuer or Verifier without runner inputs, each line can contain just "<pipeline-id>". Exclusions match exact pipeline/runner pairs. | no | โ |
| api-base-url | Credimi API base URL. | no | https://credimi.io |
Outputs
no outputs