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

Feat: Test cases for Notification test tool #187

Merged
merged 4 commits into from
Oct 8, 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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions data/folder-by-parent.json
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@
"mmctl",
"Mobile App (native-specific)",
"Mobile V2",
"Notification Test Tool",
"Omnibus",
"Playbooks",
"Plugins",
Expand Down
9 changes: 9 additions & 0 deletions data/folders.json
Original file line number Diff line number Diff line change
Expand Up @@ -1548,6 +1548,15 @@
"fullNames": ["Mobile V2", "Threads"],
"fullPath": "mobile-v2/threads"
},
{
"id": 18063074,
"parentId": null,
"name": "Notification Test Tool",
"index": 20,
"folderType": "TEST_CASE",
"fullNames": ["Notification Test Tool"],
"fullPath": "notification-test-tool"
},
{
"id": 821856,
"parentId": null,
Expand Down
8 changes: 7 additions & 1 deletion data/key-and-path.json
Original file line number Diff line number Diff line change
Expand Up @@ -6297,5 +6297,11 @@
"key": "MM-T5628",
"path": "suite/system-console/compliance/data-retention-policy",
"id": 183080506
}
},
{ "key": "MM-T5629", "path": "notification-test-tool", "id": 190000134 },
{ "key": "MM-T5630", "path": "notification-test-tool", "id": 190000135 },
{ "key": "MM-T5631", "path": "notification-test-tool", "id": 190000136 },
{ "key": "MM-T5632", "path": "notification-test-tool", "id": 190000137 },
{ "key": "MM-T5633", "path": "notification-test-tool", "id": 190000138 },
{ "key": "MM-T5634", "path": "notification-test-tool", "id": 190000139 }
]
11 changes: 11 additions & 0 deletions data/test-by-folder.json
Original file line number Diff line number Diff line change
Expand Up @@ -3272,6 +3272,17 @@
"Mobile V2: Threads - Save and Unsave Thread"
]
},
{
"folder": "notification-test-tool",
"tests": [
"Android app | User can generate test notification from mobile app and verify on the Browser and Desktop and Mobile app",
"LINUX OS | User can generate test notification from a browser and verify on the Desktop and Mobile app",
"MAC OS | User can generate test notification from a browser and verify on the Desktop and Mobile app",
"Verify System Admin Cannot access Test notification from `Manage User's setting` option in User management",
"WIN OS | User can generate test notification from a browser and verify on the Desktop and Mobile app",
"iOS app | User can generate test notification from mobile app and verify on the Browser and Desktop and Mobile app"
]
},
{
"folder": "omnibus",
"tests": [
Expand Down
1 change: 1 addition & 0 deletions data/test-cases-folders.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
"mobile-v2/server-login": "Server Login",
"mobile-v2/smoke-test": "Smoke Test",
"mobile-v2/threads": "Threads",
"notification-test-tool": "Notification Test Tool",
"omnibus": "Omnibus",
"playbooks": "Playbooks",
"plugins": "Plugins",
Expand Down
30 changes: 30 additions & 0 deletions data/test-cases-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9155,6 +9155,36 @@
}
]
},
{
"name": "Notification Test Tool",
"heading": true,
"routes": [
{
"name": "MAC OS | User can generate test notification from a browser and verify on the Desktop and Mobile app",
"file": "notification-test-tool/MM-T5629.md"
},
{
"name": "WIN OS | User can generate test notification from a browser and verify on the Desktop and Mobile app",
"file": "notification-test-tool/MM-T5630.md"
},
{
"name": "LINUX OS | User can generate test notification from a browser and verify on the Desktop and Mobile app",
"file": "notification-test-tool/MM-T5631.md"
},
{
"name": "iOS app | User can generate test notification from mobile app and verify on the Browser and Desktop and Mobile app",
"file": "notification-test-tool/MM-T5632.md"
},
{
"name": "Android app | User can generate test notification from mobile app and verify on the Browser and Desktop and Mobile app",
"file": "notification-test-tool/MM-T5633.md"
},
{
"name": "Verify System Admin Cannot access Test notification from `Manage User's setting` option in User management",
"file": "notification-test-tool/MM-T5634.md"
}
]
},
{
"name": "Omnibus",
"heading": true,
Expand Down
6 changes: 6 additions & 0 deletions data/test-cases-slugs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2584,6 +2584,12 @@
"mobile-v2/threads/mm-t4808",
"mobile-v2/threads/mm-t4809",
"mobile-v2/threads/mm-t4810",
"notification-test-tool/mm-t5629",
"notification-test-tool/mm-t5630",
"notification-test-tool/mm-t5631",
"notification-test-tool/mm-t5632",
"notification-test-tool/mm-t5633",
"notification-test-tool/mm-t5634",
"omnibus/mm-t3134",
"omnibus/mm-t3135",
"omnibus/mm-t3136",
Expand Down
24 changes: 24 additions & 0 deletions data/test-cases-toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4348,6 +4348,30 @@
"slug": "playbooks/mm-t4683"
},
"playbooks/mm-t4973": { "name": "LHS - Favorites", "slug": "playbooks/mm-t4973" },
"notification-test-tool/mm-t5629": {
"name": "MAC OS | User can generate test notification from a browser and verify on the Desktop and Mobile app",
"slug": "notification-test-tool/mm-t5629"
},
"notification-test-tool/mm-t5633": {
"name": "Android app | User can generate test notification from mobile app and verify on the Browser and Desktop and Mobile app",
"slug": "notification-test-tool/mm-t5633"
},
"notification-test-tool/mm-t5632": {
"name": "iOS app | User can generate test notification from mobile app and verify on the Browser and Desktop and Mobile app",
"slug": "notification-test-tool/mm-t5632"
},
"notification-test-tool/mm-t5631": {
"name": "LINUX OS | User can generate test notification from a browser and verify on the Desktop and Mobile app",
"slug": "notification-test-tool/mm-t5631"
},
"notification-test-tool/mm-t5634": {
"name": "Verify System Admin Cannot access Test notification from `Manage User's setting` option in User management",
"slug": "notification-test-tool/mm-t5634"
},
"notification-test-tool/mm-t5630": {
"name": "WIN OS | User can generate test notification from a browser and verify on the Desktop and Mobile app",
"slug": "notification-test-tool/mm-t5630"
},
"ticket-coverage/mm-t32": {
"name": "MM-17441 — Cannot toggle between Safari windows on macOS using (command + `)",
"slug": "ticket-coverage/mm-t32"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ priority_p1_to_p4: P3 - Deep Functions (Do extensive scenarios work?)
# (Optional)
location: Smoke Test
component: null
tags:
tags:
- Never tested
labels: []
tested_by_contributor: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ priority_p1_to_p4: P3 - Deep Functions (Do extensive scenarios work?)
# (Optional)
location: Integrations
component: null
tags:
tags:
- Never tested
labels: []
tested_by_contributor: ""
Expand All @@ -22,7 +22,7 @@ detox: null
mmctl: null
playwright: null
rainforest: []
manual_test_environments:
manual_test_environments:
- Webapp

# Do not change
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ priority_p1_to_p4: P3 - Deep Functions (Do extensive scenarios work?)
# (Optional)
location: Integrations
component: null
tags:
tags:
- Never tested
labels: []
tested_by_contributor: ""
Expand All @@ -22,7 +22,7 @@ detox: null
mmctl: null
playwright: null
rainforest: []
manual_test_environments:
manual_test_environments:
- Webapp
- Mobile

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ priority_p1_to_p4: P3 - Deep Functions (Do extensive scenarios work?)
# (Optional)
location: Integrations
component: null
tags:
tags:
- Never tested
labels: []
tested_by_contributor: ""
Expand All @@ -22,7 +22,7 @@ detox: null
mmctl: null
playwright: null
rainforest: []
manual_test_environments:
manual_test_environments:
- Webapp
- Mobile

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ priority_p1_to_p4: P3 - Deep Functions (Do extensive scenarios work?)
# (Optional)
location: Integrations
component: null
tags:
tags:
- Never tested
labels: []
tested_by_contributor: ""
Expand All @@ -22,7 +22,7 @@ detox: null
mmctl: null
playwright: null
rainforest: []
manual_test_environments:
manual_test_environments:
- Webapp

# Do not change
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ priority_p1_to_p4: P3 - Deep Functions (Do extensive scenarios work?)
# (Optional)
location: Integrations
component: null
tags:
tags:
- Never tested
labels: []
tested_by_contributor: ""
Expand All @@ -22,7 +22,7 @@ detox: null
mmctl: null
playwright: null
rainforest: []
manual_test_environments:
manual_test_environments:
- Webapp
- Mobile

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ priority_p1_to_p4: P3 - Deep Functions (Do extensive scenarios work?)
# (Optional)
location: Integrations
component: null
tags:
tags:
- Never tested
labels: []
tested_by_contributor: ""
Expand All @@ -22,7 +22,7 @@ detox: null
mmctl: null
playwright: null
rainforest: []
manual_test_environments:
manual_test_environments:
- Webapp
- Mobile

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ priority_p1_to_p4: P3 - Deep Functions (Do extensive scenarios work?)
# (Optional)
location: Integrations
component: null
tags:
tags:
- Never tested
labels: []
tested_by_contributor: ""
Expand All @@ -22,7 +22,7 @@ detox: null
mmctl: null
playwright: null
rainforest: []
manual_test_environments:
manual_test_environments:
- Webapp
- Mobile

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ priority_p1_to_p4: P3 - Deep Functions (Do extensive scenarios work?)
# (Optional)
location: Integrations
component: null
tags:
tags:
- Never tested
labels: []
tested_by_contributor: ""
Expand All @@ -22,7 +22,7 @@ detox: null
mmctl: null
playwright: null
rainforest: []
manual_test_environments:
manual_test_environments:
- Webapp
- Mobile

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ priority_p1_to_p4: P3 - Deep Functions (Do extensive scenarios work?)
# (Optional)
location: Integrations
component: null
tags:
tags:
- Never tested
labels: []
tested_by_contributor: ""
Expand All @@ -22,7 +22,7 @@ detox: null
mmctl: null
playwright: null
rainforest: []
manual_test_environments:
manual_test_environments:
- Webapp
- Mobile

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ priority_p1_to_p4: P3 - Deep Functions (Do extensive scenarios work?)
# (Optional)
location: Integrations
component: null
tags:
tags:
- Never tested
labels: []
tested_by_contributor: ""
Expand All @@ -22,7 +22,7 @@ detox: null
mmctl: null
playwright: null
rainforest: []
manual_test_environments:
manual_test_environments:
- Webapp
- Mobile

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ priority_p1_to_p4: P3 - Deep Functions (Do extensive scenarios work?)
# (Optional)
location: Integrations
component: null
tags:
tags:
- Never tested
labels: []
tested_by_contributor: ""
Expand All @@ -22,7 +22,7 @@ detox: null
mmctl: null
playwright: null
rainforest: []
manual_test_environments:
manual_test_environments:
- Webapp
- Mobile

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ priority_p1_to_p4: P3 - Deep Functions (Do extensive scenarios work?)
# (Optional)
location: Integrations
component: null
tags:
tags:
- Never tested
labels: []
tested_by_contributor: ""
Expand All @@ -22,7 +22,7 @@ detox: null
mmctl: null
playwright: null
rainforest: []
manual_test_environments:
manual_test_environments:
- Webapp
- Mobile

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ priority_p1_to_p4: P3 - Deep Functions (Do extensive scenarios work?)
# (Optional)
location: Integrations
component: null
tags:
tags:
- Never tested
labels: []
tested_by_contributor: ""
Expand All @@ -22,7 +22,7 @@ detox: null
mmctl: null
playwright: null
rainforest: []
manual_test_environments:
manual_test_environments:
- Webapp
- Mobile

Expand Down
Loading
Loading