-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MOSIP-35937 L2 Flow Negative Test Cases
Signed-off-by: NitinHegde <[email protected]>
- Loading branch information
1 parent
9331588
commit 2dfc417
Showing
13 changed files
with
2,150 additions
and
0 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
automationtests/src/main/resources/esignet/IDTAuthenticationNegTC/IDTAuthenticationNegTC.hbs
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,18 @@ | ||
{ | ||
"encodedHash": "{{encodedHash}}", | ||
"requestTime": "{{requestTime}}", | ||
"pathFragmentCookie": "{{pathFragmentCookie}}", | ||
"pathFragmentCookieTransactionId": "{{pathFragmentCookieTransactionId}}", | ||
"idtToken": "{{idtToken}}", | ||
"request": { | ||
"transactionId": "{{transactionId}}", | ||
"individualId": "{{individualId}}", | ||
"challengeList" : [ | ||
{ | ||
"authFactorType" : "{{authFactorType}}", | ||
"challenge" : "{{challenge}}", | ||
"format": "base64url-encoded-json" | ||
} | ||
] | ||
} | ||
} |
563 changes: 563 additions & 0 deletions
563
automationtests/src/main/resources/esignet/IDTAuthenticationNegTC/IDTAuthenticationNegTC.yml
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
...ntests/src/main/resources/esignet/IDTAuthenticationNegTC/IDTAuthenticationNegTCResult.hbs
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 @@ | ||
{} |
8 changes: 8 additions & 0 deletions
8
...ests/src/main/resources/esignet/PrepareSignupRedirectNegTC/PrepareSignupRedirectNegTC.hbs
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,8 @@ | ||
{ | ||
"encodedHash": "{{encodedHash}}", | ||
"requestTime": "{{requestTime}}", | ||
"request": { | ||
"transactionId": "{{transactionId}}", | ||
"pathFragment": "{{pathFragment}}" | ||
} | ||
} |
Oops, something went wrong.