Created
July 3, 2024 16:03
-
-
Save AaronMT/ae833bcfca8e6f4799856909e5026dea to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| { | |
| "blocks": [ | |
| { | |
| "type": "section", | |
| "text": { | |
| "type": "mrkdwn", | |
| "text": ":x: *focus-ios SmokeTest - iPad Pro (12.9-inch) (6th generation) iOS 17.5*" | |
| } | |
| }, | |
| { | |
| "type": "section", | |
| "fields": [ | |
| { | |
| "type": "mrkdwn", | |
| "text": "*Branch:*\nfocus-smoke" | |
| }, | |
| { | |
| "type": "mrkdwn", | |
| "text": "*GitHub Actions Job:*\n<https://github.com/link|Link>" | |
| }, | |
| { | |
| "type": "mrkdwn", | |
| "text": "*Commit:*\n<https://github.com/link|Link>" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "divider" | |
| }, | |
| { | |
| "type": "section", | |
| "text": { | |
| "type": "mrkdwn", | |
| "text": "*Summary:*" | |
| } | |
| }, | |
| { | |
| "type": "section", | |
| "fields": [ | |
| { | |
| "type": "mrkdwn", | |
| "text": "*Total Tests:*\n10" | |
| }, | |
| { | |
| "type": "mrkdwn", | |
| "text": "*Passed:*\n2" | |
| }, | |
| { | |
| "type": "mrkdwn", | |
| "text": "*Warnings:*\n3" | |
| }, | |
| { | |
| "type": "mrkdwn", | |
| "text": "*Failures:*\n5" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "divider" | |
| }, | |
| { | |
| "type": "section", | |
| "text": { | |
| "type": "mrkdwn", | |
| "text": "*Details:*" | |
| } | |
| }, | |
| { | |
| "type": "section", | |
| "text": { | |
| "type": "mrkdwn", | |
| "text": "1. *Browsing Test*\n - testActivityMenuRequestDesktopItem :warning:\n - testLaunchExternalApp :warning:\n - testNavigationToolbar :x:" | |
| } | |
| }, | |
| { | |
| "type": "section", | |
| "text": { | |
| "type": "mrkdwn", | |
| "text": "2. *Copy Paste Test*\n - testClipboard :x:" | |
| } | |
| }, | |
| { | |
| "type": "section", | |
| "text": { | |
| "type": "mrkdwn", | |
| "text": "3. *Page Action Menu Test*\n - testFindInPageURLBarElement :warning:" | |
| } | |
| }, | |
| { | |
| "type": "section", | |
| "text": { | |
| "type": "mrkdwn", | |
| "text": "4. *Tracking Protection Test*\n - testShieldMenuSetting :x:" | |
| } | |
| }, | |
| { | |
| "type": "section", | |
| "text": { | |
| "type": "mrkdwn", | |
| "text": "5. *URL Validation Test*\n - testDifferentURLTypes :x:" | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment