-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: add zkp issuance scenario (#104)
- Loading branch information
1 parent
b96501f
commit 0b383f2
Showing
19 changed files
with
268 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
branches: | ||
- name: "main" | ||
- name: "beta" | ||
- name: "release" | ||
- name: "prerelease" | ||
prerelease: "snapshot" | ||
|
||
plugins: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# End-to-end tests | ||
|
||
## Preparation | ||
|
||
Duplicate `local.properties.example` file from `test/resources` and rename the copy to `local.properties` | ||
|
||
Setup properties: | ||
|
||
| Property | Explanation | | ||
|--------------------------|------------------------------------| | ||
| MEDIATOR_OOB_URL | Mediator OOB url invitation | | ||
| PRISM_AGENT_URL | Open enterprise agent url | | ||
| PUBLISHED_DID | Existing published DID | | ||
| JWT_SCHEMA_GUID | Existing JWT schema guid | | ||
| ANONCRED_DEFINITION_GUID | Existing Anoncred definition guid | | ||
| APIKEY | APIKEY header token authentication | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.