Skip to content

Feat/384 add labels - added labels to the tests "basic-func-tests" and "prod-tests" #139

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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
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
20 changes: 16 additions & 4 deletions collections/hub/cleanup/position_cleanup.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"info": "Close current open window and store data for all closed windows"
},
"fileInfo": {
"path": "hub/cleanup/position_cleanup.json"
"path": "hub/cleanup/position_cleanup.json",
"labels": [
"basic-func-tests"
]
},
"requests": [
{
Expand Down Expand Up @@ -279,7 +282,10 @@
"info": "Run deferred currency settlement model for all the closed windows"
},
"fileInfo": {
"path": "hub/cleanup/position_cleanup.json"
"path": "hub/cleanup/position_cleanup.json",
"labels": [
"basic-func-tests"
]
},
"requests": [
{
Expand Down Expand Up @@ -887,7 +893,10 @@
"info": "Run default deferred settlement model for all the closed windows"
},
"fileInfo": {
"path": "hub/cleanup/position_cleanup.json"
"path": "hub/cleanup/position_cleanup.json",
"labels": [
"basic-func-tests"
]
},
"requests": [
{
Expand Down Expand Up @@ -1533,7 +1542,10 @@
"info": "Run Interchange fee settlement model for all the closed windows"
},
"fileInfo": {
"path": "hub/cleanup/position_cleanup.json"
"path": "hub/cleanup/position_cleanup.json",
"labels": [
"basic-func-tests"
]
},
"requests": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,10 @@
}
],
"fileInfo": {
"path": "hub/golden_path/api-tests/Quotes/quotes-negative-scenarios.json"
"path": "hub/golden_path/api-tests/Quotes/quotes-negative-scenarios.json",
"labels": [
"basic-func-tests"
]
}
},
{
Expand Down Expand Up @@ -2144,7 +2147,10 @@
}
],
"fileInfo": {
"path": "hub/golden_path/api-tests/Quotes/quotes-negative-scenarios.json"
"path": "hub/golden_path/api-tests/Quotes/quotes-negative-scenarios.json",
"labels": [
"basic-func-tests"
]
}
}
]
Expand Down
10 changes: 8 additions & 2 deletions collections/hub/golden_path/api-tests/master.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,17 @@
},
{
"name": "Quotes",
"type": "folder"
"type": "folder",
"labels": [
"basic-func-tests"
]
},
{
"name": "SettlementWindows",
"type": "folder"
"type": "folder",
"labels": [
"min-func-tests"
]
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,10 @@
}
],
"fileInfo": {
"path": "hub/golden_path/feature_tests/Active_Inactive_participants/active_and_inactive_participant.json"
"path": "hub/golden_path/feature_tests/Active_Inactive_participants/active_and_inactive_participant.json",
"labels": [
"prod-tests"
]
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,10 @@
}
],
"fileInfo": {
"path": "hub/golden_path/feature_tests/Active_Inactive_participants/active_and_inactive_participants_accounts.json"
"path": "hub/golden_path/feature_tests/Active_Inactive_participants/active_and_inactive_participants_accounts.json",
"labels": [
"prod-tests"
]
}
}
]
Expand Down
12 changes: 10 additions & 2 deletions collections/hub/golden_path/feature_tests/block_transfer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
"info": "Block Transfer"
},
"fileInfo": {
"path": "hub/golden_path/feature_tests/block_transfer.json"
"path": "hub/golden_path/feature_tests/block_transfer.json",
"labels": [
"prod-tests",
"basic-func-tests"
]
},
"requests": [
{
Expand Down Expand Up @@ -626,7 +630,11 @@
"info": "Block Transfer due to NDC limit"
},
"fileInfo": {
"path": "hub/golden_path/feature_tests/block_transfer.json"
"path": "hub/golden_path/feature_tests/block_transfer.json",
"labels": [
"prod-tests",
"basic-func-tests"
]
},
"requests": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"order": [
{
"name": "original_transfer_at_committed.json",
"type": "file"
"type": "file",
"labels": [
"basic-func-tests",
"prod-tests"
]
},
{
"name": "fulfill_commit.json",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,11 @@
}
],
"fileInfo": {
"path": "hub/golden_path/feature_tests/duplicate_handling/transfers/original_transfer_at_committed.json"
"path": "hub/golden_path/feature_tests/duplicate_handling/transfers/original_transfer_at_committed.json",
"labels": [
"basic-func-tests",
"prod-tests"
]
}
}
]
Expand Down
6 changes: 5 additions & 1 deletion collections/hub/golden_path/feature_tests/get_transfers.json
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,11 @@
}
],
"fileInfo": {
"path": "hub/golden_path/feature_tests/get_transfers.json"
"path": "hub/golden_path/feature_tests/get_transfers.json",
"labels": [
"basic-func-tests",
"prod-tests"
]
}
}
]
Expand Down
35 changes: 28 additions & 7 deletions collections/hub/golden_path/feature_tests/master.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,35 @@
"name": "p2p_money_transfer",
"type": "folder",
"labels": [
"p2p"
"p2p",
"prod-tests"
]
},
{
"name": "transfer_negative_scenarios",
"type": "folder"
"type": "folder",
"labels": [
"prod-tests"
]
},
{
"name": "duplicate_handling",
"type": "folder"
},
{
"name": "Active_Inactive_participants",
"type": "folder"
"type": "folder",
"labels": [
"prod-tests"
]
},
{
"name": "block_transfer.json",
"type": "file"
"type": "file",
"labels": [
"prod-tests",
"basic-func-tests"
]
},
{
"name": "funds_in",
Expand All @@ -33,19 +44,29 @@
},
{
"name": "get_transfers.json",
"type": "file"
"type": "file",
"labels": [
"basic-func-tests",
"prod-tests"
]
},
{
"name": "post_scenarios",
"type": "folder"
"type": "folder",
"labels": [
"prod-tests"
]
},
{
"name": "patch_notifications",
"type": "folder"
},
{
"name": "backward_compatibility",
"type": "folder"
"type": "folder",
"labels": [
"prod-tests"
]
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"order": [
{
"name": "p2p_happy_path.json",
"type": "file"
"type": "file",
"labels": [
"min-func-tests"
]
},
{
"name": "p2p_happy_path_subid.json",
Expand All @@ -22,7 +25,11 @@
},
{
"name": "p2p_happy_path_with_balance_checks.json",
"type": "file"
"type": "file",
"labels": [
"basic-func-tests",
"prod-tests"
]
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"fileInfo": {
"path": "hub/golden_path/feature_tests/p2p_money_transfer/p2p_happy_path.json",
"labels": [
"p2p"
"p2p",
"prod-tests",
"basic-func-tests"
]
},
"requests": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
"meta": {
"info": "This is a happy path to test an end to end transfers focusing on usage of accented, other unicode characters used in names (example names in myanmar script or with accents). It includes party lookup, quote and transfer phases."
},
"fileInfo": {
"path": "hub/golden_path/feature_tests/p2p_money_transfer/p2p_happy_path_accent_unicode.json",
"labels": [
"p2p",
"prod-tests"
]
},
"requests": [
{
"id": 1,
Expand Down Expand Up @@ -560,13 +567,7 @@
}
}
}
],
"fileInfo": {
"path": "hub/golden_path/feature_tests/p2p_money_transfer/p2p_happy_path_accent_unicode.json",
"labels": [
"p2p"
]
}
]
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
"meta": {
"info": "This is a happy path to test an end to end transfers focusing on usage of burmese unicode characters used in names. It includes party lookup, quote and transfer phases."
},
"fileInfo": {
"path": "hub/golden_path/feature_tests/p2p_money_transfer/p2p_happy_path_burmese_unicode.json",
"labels": [
"p2p",
"prod-tests"
]
},
"requests": [
{
"id": 1,
Expand Down Expand Up @@ -560,13 +567,7 @@
}
}
}
],
"fileInfo": {
"path": "hub/golden_path/feature_tests/p2p_money_transfer/p2p_happy_path_burmese_unicode.json",
"labels": [
"p2p"
]
}
]
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
"meta": {
"info": "p2p_money_transfer - p2p_happy_path with subID"
},
"fileInfo": {
"path": "hub/golden_path/feature_tests/p2p_money_transfer/p2p_happy_path_subid.json",
"labels": [
"p2p",
"prod-tests"
]
},
"requests": [
{
"id": 1,
Expand Down Expand Up @@ -564,13 +571,7 @@
}
}
}
],
"fileInfo": {
"path": "hub/golden_path/feature_tests/p2p_money_transfer/p2p_happy_path_subid.json",
"labels": [
"p2p"
]
}
]
}
]
}
Loading