Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: updates integration test tags #1098

Merged
merged 2 commits into from
May 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@connection
@connection @create
Feature: Agents connection

Scenario: Establish a connection between two agents
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@dev
@DLT @did @create
Feature: Create and publish DID

Scenario Outline: Create PRISM DID
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@DLT
@DLT @did @deactivate
Feature: Deactivate DID

Scenario: Deactivate DID
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@did @list
Feature: DID listing

Scenario: Listing multiple PRISM DIDs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@DLT
@DLT @did @update
Feature: Update DID

Background: Published DID is created
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@multitenancy
Feature: Wallets management

Scenario Outline: Successful creation of a new wallet
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@credential_schema
@jwt @schema
Feature: Credential schemas

Background:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@verification @api
Feature: Vc Verification schemas

Scenario: Successful Verifies VcVerificationRequest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@verificationpolicy
Feature: Verification Policies

Scenario: Successful verification policy creation
Expand Down
Loading