Created
March 26, 2024 21:43
-
-
Save cjmosure/41b4ccb73ff6b03d877721d2638f793a to your computer and use it in GitHub Desktop.
test output
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
| { | |
| "config": { | |
| "configFile": "/root/feron/apps/feron/playwright.config.ts", | |
| "rootDir": "/root/feron/apps/feron/e2e", | |
| "forbidOnly": false, | |
| "fullyParallel": false, | |
| "globalSetup": "/root/feron/apps/feron/e2e/fixtures/global-setup.ts", | |
| "globalTeardown": null, | |
| "globalTimeout": 0, | |
| "grep": {}, | |
| "grepInvert": null, | |
| "maxFailures": 0, | |
| "metadata": {}, | |
| "preserveOutput": "always", | |
| "reporter": [ | |
| [ | |
| "list", | |
| null | |
| ], | |
| [ | |
| "junit", | |
| null | |
| ], | |
| [ | |
| "json", | |
| { | |
| "outputFile": "json-test-results/results.json" | |
| } | |
| ], | |
| [ | |
| "/root/feron/apps/feron/e2e/custom-reporter/test-owner-reporter.ts", | |
| null | |
| ] | |
| ], | |
| "reportSlowTests": { | |
| "max": 5, | |
| "threshold": 15000 | |
| }, | |
| "quiet": false, | |
| "projects": [ | |
| { | |
| "outputDir": "/root/feron/apps/feron/test-results", | |
| "repeatEach": 1, | |
| "retries": 1, | |
| "id": "chromium", | |
| "name": "chromium", | |
| "testDir": "/root/feron/apps/feron/e2e", | |
| "testIgnore": [], | |
| "testMatch": [ | |
| "**/*.@(spec|test).?(c|m)[jt]s?(x)" | |
| ], | |
| "timeout": 30000 | |
| }, | |
| { | |
| "outputDir": "/root/feron/apps/feron/test-results", | |
| "repeatEach": 1, | |
| "retries": 1, | |
| "id": "iphone", | |
| "name": "iphone", | |
| "testDir": "/root/feron/apps/feron/e2e", | |
| "testIgnore": [], | |
| "testMatch": [ | |
| "**/*.@(spec|test).?(c|m)[jt]s?(x)" | |
| ], | |
| "timeout": 30000 | |
| }, | |
| { | |
| "outputDir": "/root/feron/apps/feron/test-results", | |
| "repeatEach": 1, | |
| "retries": 0, | |
| "id": "api", | |
| "name": "api", | |
| "testDir": "/root/feron/apps/feron/e2e", | |
| "testIgnore": [], | |
| "testMatch": [ | |
| "**/*.@(spec|test).?(c|m)[jt]s?(x)" | |
| ], | |
| "timeout": 30000 | |
| } | |
| ], | |
| "shard": null, | |
| "updateSnapshots": "missing", | |
| "version": "1.34.0", | |
| "workers": 4, | |
| "webServer": null | |
| }, | |
| "suites": [ | |
| { | |
| "title": "specs/blackbeard-orders/label-purchase.spec.ts", | |
| "file": "specs/blackbeard-orders/label-purchase.spec.ts", | |
| "column": 0, | |
| "line": 0, | |
| "specs": [ | |
| { | |
| "title": "side panel back button moves back to order detail @chromium", | |
| "ok": true, | |
| "tags": [ | |
| "chromium" | |
| ], | |
| "tests": [ | |
| { | |
| "timeout": 90000, | |
| "annotations": [ | |
| { | |
| "type": "slow" | |
| }, | |
| { | |
| "type": "owner", | |
| "description": "{ \"channel\": \"TeamX\", \"filepath\": \"/root/feron/apps/feron/e2e/specs/blackbeard-orders/label-purchase.spec.ts\", \"latestCommit\": {\"hash\":\"73ff4b9b238de9f980678971de9a588faaa48f02\",\"date\":\"2024-03-12T12:31:02-03:00\",\"message\":\"test(WEB-727): fix e2e test abd update singleOrderMessage\",\"refs\":\"\",\"body\":\"\",\"author_name\":\"Marcio Mendes\",\"author_email\":\"[email protected]\"}}" | |
| } | |
| ], | |
| "expectedStatus": "passed", | |
| "projectId": "chromium", | |
| "projectName": "chromium", | |
| "results": [ | |
| { | |
| "workerIndex": 0, | |
| "status": "passed", | |
| "duration": 36712, | |
| "errors": [], | |
| "stdout": [], | |
| "stderr": [], | |
| "retry": 0, | |
| "startTime": "2024-03-26T19:53:47.899Z", | |
| "attachments": [ | |
| { | |
| "name": "trace", | |
| "contentType": "application/zip", | |
| "path": "/root/feron/apps/feron/test-results/specs-blackbeard-orders-label-purchase-side-panel-back-button-moves-back-to-order-detail-chromium-chromium/trace.zip" | |
| } | |
| ] | |
| } | |
| ], | |
| "status": "expected" | |
| } | |
| ], | |
| "id": "ee84c167ac4edf34800d-cf242bc22f83b511073f", | |
| "file": "specs/blackbeard-orders/label-purchase.spec.ts", | |
| "line": 373, | |
| "column": 5 | |
| } | |
| ], | |
| "suites": [ | |
| { | |
| "title": "Label purchase through Blackbeard", | |
| "file": "specs/blackbeard-orders/label-purchase.spec.ts", | |
| "line": 258, | |
| "column": 15, | |
| "specs": [ | |
| { | |
| "title": "two consecutive orders @chromium", | |
| "ok": true, | |
| "tags": [ | |
| "chromium" | |
| ], | |
| "tests": [ | |
| { | |
| "timeout": 90000, | |
| "annotations": [ | |
| { | |
| "type": "skip" | |
| }, | |
| { | |
| "type": "slow" | |
| }, | |
| { | |
| "type": "slow" | |
| } | |
| ], | |
| "expectedStatus": "skipped", | |
| "projectId": "chromium", | |
| "projectName": "chromium", | |
| "results": [ | |
| { | |
| "workerIndex": 0, | |
| "status": "skipped", | |
| "duration": 0, | |
| "errors": [], | |
| "stdout": [], | |
| "stderr": [], | |
| "retry": 0, | |
| "startTime": "2024-03-26T19:53:47.897Z", | |
| "attachments": [] | |
| } | |
| ], | |
| "status": "skipped" | |
| } | |
| ], | |
| "id": "ee84c167ac4edf34800d-f8f338f8a3fa41a9379b", | |
| "file": "specs/blackbeard-orders/label-purchase.spec.ts", | |
| "line": 269, | |
| "column": 7 | |
| }, | |
| { | |
| "title": "create and purchase multiple labels @chromium", | |
| "ok": true, | |
| "tags": [ | |
| "chromium" | |
| ], | |
| "tests": [ | |
| { | |
| "timeout": 90000, | |
| "annotations": [ | |
| { | |
| "type": "skip" | |
| }, | |
| { | |
| "type": "skip" | |
| }, | |
| { | |
| "type": "slow" | |
| }, | |
| { | |
| "type": "slow" | |
| } | |
| ], | |
| "expectedStatus": "skipped", | |
| "projectId": "chromium", | |
| "projectName": "chromium", | |
| "results": [ | |
| { | |
| "workerIndex": 0, | |
| "status": "skipped", | |
| "duration": 0, | |
| "errors": [], | |
| "stdout": [], | |
| "stderr": [], | |
| "retry": 0, | |
| "startTime": "2024-03-26T19:53:47.898Z", | |
| "attachments": [] | |
| } | |
| ], | |
| "status": "skipped" | |
| } | |
| ], | |
| "id": "ee84c167ac4edf34800d-0abf7eeb2b695e03aeee", | |
| "file": "specs/blackbeard-orders/label-purchase.spec.ts", | |
| "line": 277, | |
| "column": 8 | |
| } | |
| ], | |
| "suites": [ | |
| { | |
| "title": "label download", | |
| "file": "specs/blackbeard-orders/label-purchase.spec.ts", | |
| "line": 283, | |
| "column": 8, | |
| "specs": [ | |
| { | |
| "title": "multiple labels with download @chromium", | |
| "ok": true, | |
| "tags": [ | |
| "chromium" | |
| ], | |
| "tests": [ | |
| { | |
| "timeout": 90000, | |
| "annotations": [ | |
| { | |
| "type": "skip" | |
| }, | |
| { | |
| "type": "skip" | |
| }, | |
| { | |
| "type": "slow" | |
| }, | |
| { | |
| "type": "slow" | |
| } | |
| ], | |
| "expectedStatus": "skipped", | |
| "projectId": "chromium", | |
| "projectName": "chromium", | |
| "results": [ | |
| { | |
| "workerIndex": 0, | |
| "status": "skipped", | |
| "duration": 0, | |
| "errors": [], | |
| "stdout": [], | |
| "stderr": [], | |
| "retry": 0, | |
| "startTime": "2024-03-26T19:53:47.898Z", | |
| "attachments": [] | |
| } | |
| ], | |
| "status": "skipped" | |
| } | |
| ], | |
| "id": "ee84c167ac4edf34800d-f1f8bc0a82746beaa55f", | |
| "file": "specs/blackbeard-orders/label-purchase.spec.ts", | |
| "line": 286, | |
| "column": 10 | |
| }, | |
| { | |
| "title": "single label with download @chromium", | |
| "ok": true, | |
| "tags": [ | |
| "chromium" | |
| ], | |
| "tests": [ | |
| { | |
| "timeout": 90000, | |
| "annotations": [ | |
| { | |
| "type": "skip" | |
| }, | |
| { | |
| "type": "slow" | |
| }, | |
| { | |
| "type": "slow" | |
| } | |
| ], | |
| "expectedStatus": "skipped", | |
| "projectId": "chromium", | |
| "projectName": "chromium", | |
| "results": [ | |
| { | |
| "workerIndex": 0, | |
| "status": "skipped", | |
| "duration": 0, | |
| "errors": [], | |
| "stdout": [], | |
| "stderr": [], | |
| "retry": 0, | |
| "startTime": "2024-03-26T19:53:47.899Z", | |
| "attachments": [] | |
| } | |
| ], | |
| "status": "skipped" | |
| } | |
| ], | |
| "id": "ee84c167ac4edf34800d-bde6b50352d709416df1", | |
| "file": "specs/blackbeard-orders/label-purchase.spec.ts", | |
| "line": 290, | |
| "column": 9 | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| ] | |
| }, | |
| { | |
| "title": "specs/blackbeard-orders/shipment-extras.spec.ts", | |
| "file": "specs/blackbeard-orders/shipment-extras.spec.ts", | |
| "column": 0, | |
| "line": 0, | |
| "specs": [], | |
| "suites": [ | |
| { | |
| "title": "Blackbeard Orders sidepanel Shipment Extras", | |
| "file": "specs/blackbeard-orders/shipment-extras.spec.ts", | |
| "line": 18, | |
| "column": 6, | |
| "specs": [ | |
| { | |
| "title": "add insurance for a single order @chromium", | |
| "ok": true, | |
| "tags": [ | |
| "chromium" | |
| ], | |
| "tests": [ | |
| { | |
| "timeout": 270000, | |
| "annotations": [ | |
| { | |
| "type": "slow" | |
| }, | |
| { | |
| "type": "slow" | |
| }, | |
| { | |
| "type": "owner", | |
| "description": "{ \"channel\": \"TeamX\", \"filepath\": \"/root/feron/apps/feron/e2e/specs/blackbeard-orders/shipment-extras.spec.ts\", \"latestCommit\": {\"hash\":\"8fb2eda7f1c671e11ed0394bc5623b5b87d184f8\",\"date\":\"2024-03-18T14:51:31+05:30\",\"message\":\"Update the locator and wait mechanism\",\"refs\":\"\",\"body\":\"\",\"author_name\":\"Rohit Lalwani\",\"author_email\":\"[email protected]\"}}" | |
| } | |
| ], | |
| "expectedStatus": "passed", | |
| "projectId": "chromium", | |
| "projectName": "chromium", | |
| "results": [ | |
| { | |
| "workerIndex": 1, | |
| "status": "passed", | |
| "duration": 56380, | |
| "errors": [], | |
| "stdout": [ | |
| { | |
| "text": "2024-03-26T19:53:47.799Z [\u001b[32minfo\u001b[39m] : Creating customer: [email protected], with password: oTIHkkT5mtOXFFi {}\n" | |
| } | |
| ], | |
| "stderr": [], | |
| "retry": 0, | |
| "startTime": "2024-03-26T19:53:47.774Z", | |
| "attachments": [ | |
| { | |
| "name": "trace", | |
| "contentType": "application/zip", | |
| "path": "/root/feron/apps/feron/test-results/specs-blackbeard-orders-shipment-extras-Blackb-7367f-xtras-add-insurance-for-a-single-order-chromium-chromium/trace.zip" | |
| } | |
| ] | |
| } | |
| ], | |
| "status": "expected" | |
| } | |
| ], | |
| "id": "6f545dcb93b9faa63fb1-e49be048312bdeb8525c", | |
| "file": "specs/blackbeard-orders/shipment-extras.spec.ts", | |
| "line": 29, | |
| "column": 7 | |
| }, | |
| { | |
| "title": "add insurance for two orders @chromium", | |
| "ok": true, | |
| "tags": [ | |
| "chromium" | |
| ], | |
| "tests": [ | |
| { | |
| "timeout": 270000, | |
| "annotations": [ | |
| { | |
| "type": "slow" | |
| }, | |
| { | |
| "type": "slow" | |
| }, | |
| { | |
| "type": "owner", | |
| "description": "{ \"channel\": \"TeamX\", \"filepath\": \"/root/feron/apps/feron/e2e/specs/blackbeard-orders/shipment-extras.spec.ts\", \"latestCommit\": {\"hash\":\"8fb2eda7f1c671e11ed0394bc5623b5b87d184f8\",\"date\":\"2024-03-18T14:51:31+05:30\",\"message\":\"Update the locator and wait mechanism\",\"refs\":\"\",\"body\":\"\",\"author_name\":\"Rohit Lalwani\",\"author_email\":\"[email protected]\"}}" | |
| } | |
| ], | |
| "expectedStatus": "passed", | |
| "projectId": "chromium", | |
| "projectName": "chromium", | |
| "results": [ | |
| { | |
| "workerIndex": 1, | |
| "status": "passed", | |
| "duration": 93416, | |
| "errors": [], | |
| "stdout": [ | |
| { | |
| "text": "2024-03-26T19:54:45.192Z [\u001b[32minfo\u001b[39m] : Creating customer: [email protected], with password: Zqjje9O4wB_zgUh {}\n" | |
| } | |
| ], | |
| "stderr": [], | |
| "retry": 0, | |
| "startTime": "2024-03-26T19:54:45.183Z", | |
| "attachments": [ | |
| { | |
| "name": "trace", | |
| "contentType": "application/zip", | |
| "path": "/root/feron/apps/feron/test-results/specs-blackbeard-orders-shipment-extras-Blackb-58d92-nt-Extras-add-insurance-for-two-orders-chromium-chromium/trace.zip" | |
| } | |
| ] | |
| } | |
| ], | |
| "status": "expected" | |
| } | |
| ], | |
| "id": "6f545dcb93b9faa63fb1-62016e0cf81ec0fc6e19", | |
| "file": "specs/blackbeard-orders/shipment-extras.spec.ts", | |
| "line": 117, | |
| "column": 7 | |
| }, | |
| { | |
| "title": "add signature for a single order @chromium", | |
| "ok": true, | |
| "tags": [ | |
| "chromium" | |
| ], | |
| "tests": [ | |
| { | |
| "timeout": 270000, | |
| "annotations": [ | |
| { | |
| "type": "slow" | |
| }, | |
| { | |
| "type": "slow" | |
| }, | |
| { | |
| "type": "owner", | |
| "description": "{ \"channel\": \"TeamX\", \"filepath\": \"/root/feron/apps/feron/e2e/specs/blackbeard-orders/shipment-extras.spec.ts\", \"latestCommit\": {\"hash\":\"8fb2eda7f1c671e11ed0394bc5623b5b87d184f8\",\"date\":\"2024-03-18T14:51:31+05:30\",\"message\":\"Update the locator and wait mechanism\",\"refs\":\"\",\"body\":\"\",\"author_name\":\"Rohit Lalwani\",\"author_email\":\"[email protected]\"}}" | |
| } | |
| ], | |
| "expectedStatus": "passed", | |
| "projectId": "chromium", | |
| "projectName": "chromium", | |
| "results": [ | |
| { | |
| "workerIndex": 1, | |
| "status": "passed", | |
| "duration": 52859, | |
| "errors": [], | |
| "stdout": [ | |
| { | |
| "text": "2024-03-26T19:56:20.085Z [\u001b[32minfo\u001b[39m] : Creating customer: [email protected], with password: zMu6iIf46C32CP9 {}\n" | |
| } | |
| ], | |
| "stderr": [], | |
| "retry": 0, | |
| "startTime": "2024-03-26T19:56:20.075Z", | |
| "attachments": [ | |
| { | |
| "name": "trace", | |
| "contentType": "application/zip", | |
| "path": "/root/feron/apps/feron/test-results/specs-blackbeard-orders-shipment-extras-Blackb-4c1e8-xtras-add-signature-for-a-single-order-chromium-chromium/trace.zip" | |
| } | |
| ] | |
| } | |
| ], | |
| "status": "expected" | |
| } | |
| ], | |
| "id": "6f545dcb93b9faa63fb1-c5ab9f95a6268f6821ff", | |
| "file": "specs/blackbeard-orders/shipment-extras.spec.ts", | |
| "line": 246, | |
| "column": 7 | |
| }, | |
| { | |
| "title": "add signature for two orders @chromium", | |
| "ok": true, | |
| "tags": [ | |
| "chromium" | |
| ], | |
| "tests": [ | |
| { | |
| "timeout": 270000, | |
| "annotations": [ | |
| { | |
| "type": "slow" | |
| }, | |
| { | |
| "type": "slow" | |
| }, | |
| { | |
| "type": "owner", | |
| "description": "{ \"channel\": \"TeamX\", \"filepath\": \"/root/feron/apps/feron/e2e/specs/blackbeard-orders/shipment-extras.spec.ts\", \"latestCommit\": {\"hash\":\"8fb2eda7f1c671e11ed0394bc5623b5b87d184f8\",\"date\":\"2024-03-18T14:51:31+05:30\",\"message\":\"Update the locator and wait mechanism\",\"refs\":\"\",\"body\":\"\",\"author_name\":\"Rohit Lalwani\",\"author_email\":\"[email protected]\"}}" | |
| } | |
| ], | |
| "expectedStatus": "passed", | |
| "projectId": "chromium", | |
| "projectName": "chromium", | |
| "results": [ | |
| { | |
| "workerIndex": 1, | |
| "status": "passed", | |
| "duration": 94892, | |
| "errors": [], | |
| "stdout": [ | |
| { | |
| "text": "2024-03-26T19:57:13.804Z [\u001b[32minfo\u001b[39m] : Creating customer: [email protected], with password: WQZ9XnU4gZvan4y {}\n" | |
| } | |
| ], | |
| "stderr": [], | |
| "retry": 0, | |
| "startTime": "2024-03-26T19:57:13.792Z", | |
| "attachments": [ | |
| { | |
| "name": "trace", | |
| "contentType": "application/zip", | |
| "path": "/root/feron/apps/feron/test-results/specs-blackbeard-orders-shipment-extras-Blackb-f2eba-nt-Extras-add-signature-for-two-orders-chromium-chromium/trace.zip" | |
| } | |
| ] | |
| } | |
| ], | |
| "status": "expected" | |
| } | |
| ], | |
| "id": "6f545dcb93b9faa63fb1-0b6daefd4a38e6cc5570", | |
| "file": "specs/blackbeard-orders/shipment-extras.spec.ts", | |
| "line": 318, | |
| "column": 7 | |
| }, | |
| { | |
| "title": "add insurance for a single order, order it, and check for insurance amount @chromium", | |
| "ok": true, | |
| "tags": [ | |
| "chromium" | |
| ], | |
| "tests": [ | |
| { | |
| "timeout": 270000, | |
| "annotations": [ | |
| { | |
| "type": "slow" | |
| }, | |
| { | |
| "type": "slow" | |
| }, | |
| { | |
| "type": "owner", | |
| "description": "{ \"channel\": \"TeamX\", \"filepath\": \"/root/feron/apps/feron/e2e/specs/blackbeard-orders/shipment-extras.spec.ts\", \"latestCommit\": {\"hash\":\"8fb2eda7f1c671e11ed0394bc5623b5b87d184f8\",\"date\":\"2024-03-18T14:51:31+05:30\",\"message\":\"Update the locator and wait mechanism\",\"refs\":\"\",\"body\":\"\",\"author_name\":\"Rohit Lalwani\",\"author_email\":\"[email protected]\"}}" | |
| } | |
| ], | |
| "expectedStatus": "passed", | |
| "projectId": "chromium", | |
| "projectName": "chromium", | |
| "results": [ | |
| { | |
| "workerIndex": 1, | |
| "status": "passed", | |
| "duration": 53613, | |
| "errors": [], | |
| "stdout": [ | |
| { | |
| "text": "2024-03-26T19:58:50.294Z [\u001b[32minfo\u001b[39m] : Creating customer: [email protected], with password: WUA_BtAHK20RhiU {}\n" | |
| } | |
| ], | |
| "stderr": [], | |
| "retry": 0, | |
| "startTime": "2024-03-26T19:58:50.280Z", | |
| "attachments": [ | |
| { | |
| "name": "trace", | |
| "contentType": "application/zip", | |
| "path": "/root/feron/apps/feron/test-results/specs-blackbeard-orders-shipment-extras-Blackb-14a97-rder-it-and-check-for-insurance-amount-chromium-chromium/trace.zip" | |
| } | |
| ] | |
| } | |
| ], | |
| "status": "expected" | |
| } | |
| ], | |
| "id": "6f545dcb93b9faa63fb1-e75680ba2d50197bb248", | |
| "file": "specs/blackbeard-orders/shipment-extras.spec.ts", | |
| "line": 442, | |
| "column": 7 | |
| } | |
| ] | |
| } | |
| ] | |
| }, | |
| { | |
| "title": "specs/core/create-label-us.spec.ts", | |
| "file": "specs/core/create-label-us.spec.ts", | |
| "column": 0, | |
| "line": 0, | |
| "specs": [ | |
| { | |
| "title": "Create manual label with new return address @chromium", | |
| "ok": true, | |
| "tags": [ | |
| "chromium" | |
| ], | |
| "tests": [ | |
| { | |
| "timeout": 900000, | |
| "annotations": [ | |
| { | |
| "type": "slow" | |
| }, | |
| { | |
| "type": "owner", | |
| "description": "{ \"channel\": \"Add Team channel here\", \"filepath\": \"/root/feron/apps/feron/e2e/specs/core/create-label-us.spec.ts\", \"latestCommit\": {\"hash\":\"ea7c89403143d4d76cdc1855d1d9637ef17fe282\",\"date\":\"2024-03-01T10:51:56-06:00\",\"message\":\"test(feron): add additional timeout\",\"refs\":\"\",\"body\":\"\",\"author_name\":\"CJ Mosure\",\"author_email\":\"[email protected]\"}}" | |
| } | |
| ], | |
| "expectedStatus": "passed", | |
| "projectId": "chromium", | |
| "projectName": "chromium", | |
| "results": [ | |
| { | |
| "workerIndex": 2, | |
| "status": "passed", | |
| "duration": 23956, | |
| "errors": [], | |
| "stdout": [], | |
| "stderr": [], | |
| "retry": 0, | |
| "startTime": "2024-03-26T19:53:47.742Z", | |
| "attachments": [ | |
| { | |
| "name": "trace", | |
| "contentType": "application/zip", | |
| "path": "/root/feron/apps/feron/test-results/specs-core-create-label-us-Create-manual-label-with-new-return-address-chromium-chromium/trace.zip" | |
| } | |
| ] | |
| } | |
| ], | |
| "status": "expected" | |
| } | |
| ], | |
| "id": "670ace77f337e1f82a73-e8faf9ba59a51b4743d0", | |
| "file": "specs/core/create-label-us.spec.ts", | |
| "line": 22, | |
| "column": 5 | |
| }, | |
| { | |
| "title": "Create manual label and create a new return but then change your mind @chromium", | |
| "ok": true, | |
| "tags": [ | |
| "chromium" | |
| ], | |
| "tests": [ | |
| { | |
| "timeout": 300000, | |
| "annotations": [ | |
| { | |
| "type": "owner", | |
| "description": "{ \"channel\": \"Add Team channel here\", \"filepath\": \"/root/feron/apps/feron/e2e/specs/core/create-label-us.spec.ts\", \"latestCommit\": {\"hash\":\"ea7c89403143d4d76cdc1855d1d9637ef17fe282\",\"date\":\"2024-03-01T10:51:56-06:00\",\"message\":\"test(feron): add additional timeout\",\"refs\":\"\",\"body\":\"\",\"author_name\":\"CJ Mosure\",\"author_email\":\"[email protected]\"}}" | |
| } | |
| ], | |
| "expectedStatus": "passed", | |
| "projectId": "chromium", | |
| "projectName": "chromium", | |
| "results": [ | |
| { | |
| "workerIndex": 2, | |
| "status": "passed", | |
| "duration": 11560, | |
| "errors": [], | |
| "stdout": [], | |
| "stderr": [], | |
| "retry": 0, | |
| "startTime": "2024-03-26T19:54:12.422Z", | |
| "attachments": [ | |
| { | |
| "name": "trace", | |
| "contentType": "application/zip", | |
| "path": "/root/feron/apps/feron/test-results/specs-core-create-label-us-Create-manual-label-32c56-a-new-return-but-then-change-your-mind-chromium-chromium/trace.zip" | |
| } | |
| ] | |
| } | |
| ], | |
| "status": "expected" | |
| } | |
| ], | |
| "id": "670ace77f337e1f82a73-85b9e4b0e6711782ee8c", | |
| "file": "specs/core/create-label-us.spec.ts", | |
| "line": 48, | |
| "column": 5 | |
| }, | |
| { | |
| "title": "Create manual label with 2022 responsive page @chromium", | |
| "ok": true, | |
| "tags": [ | |
| "chromium" | |
| ], | |
| "tests": [ | |
| { | |
| "timeout": 300000, | |
| "annotations": [ | |
| { | |
| "type": "owner", | |
| "description": "{ \"channel\": \"Add Team channel here\", \"filepath\": \"/root/feron/apps/feron/e2e/specs/core/create-label-us.spec.ts\", \"latestCommit\": {\"hash\":\"ea7c89403143d4d76cdc1855d1d9637ef17fe282\",\"date\":\"2024-03-01T10:51:56-06:00\",\"message\":\"test(feron): add additional timeout\",\"refs\":\"\",\"body\":\"\",\"author_name\":\"CJ Mosure\",\"author_email\":\"[email protected]\"}}" | |
| } | |
| ], | |
| "expectedStatus": "passed", | |
| "projectId": "chromium", | |
| "projectName": "chromium", | |
| "results": [ | |
| { | |
| "workerIndex": 2, | |
| "status": "passed", | |
| "duration": 20823, | |
| "errors": [], | |
| "stdout": [], | |
| "stderr": [], | |
| "retry": 0, | |
| "startTime": "2024-03-26T19:54:24.224Z", | |
| "attachments": [ | |
| { | |
| "name": "trace", | |
| "contentType": "application/zip", | |
| "path": "/root/feron/apps/feron/test-results/specs-core-create-label-us-Create-manual-label-with-2022-responsive-page-chromium-chromium/trace.zip" | |
| } | |
| ] | |
| } | |
| ], | |
| "status": "expected" | |
| } | |
| ], | |
| "id": "670ace77f337e1f82a73-62553355cde6d98c5888", | |
| "file": "specs/core/create-label-us.spec.ts", | |
| "line": 71, | |
| "column": 5 | |
| }, | |
| { | |
| "title": "Create manual label with an address that triggers the Address Validation modal @chromium", | |
| "ok": true, | |
| "tags": [ | |
| "chromium" | |
| ], | |
| "tests": [ | |
| { | |
| "timeout": 300000, | |
| "annotations": [ | |
| { | |
| "type": "owner", | |
| "description": "{ \"channel\": \"Add Team channel here\", \"filepath\": \"/root/feron/apps/feron/e2e/specs/core/create-label-us.spec.ts\", \"latestCommit\": {\"hash\":\"ea7c89403143d4d76cdc1855d1d9637ef17fe282\",\"date\":\"2024-03-01T10:51:56-06:00\",\"message\":\"test(feron): add additional timeout\",\"refs\":\"\",\"body\":\"\",\"author_name\":\"CJ Mosure\",\"author_email\":\"[email protected]\"}}" | |
| } | |
| ], | |
| "expectedStatus": "passed", | |
| "projectId": "chromium", | |
| "projectName": "chromium", | |
| "results": [ | |
| { | |
| "workerIndex": 2, | |
| "status": "passed", | |
| "duration": 29738, | |
| "errors": [], | |
| "stdout": [], | |
| "stderr": [], | |
| "retry": 0, | |
| "startTime": "2024-03-26T19:54:45.406Z", | |
| "attachments": [ | |
| { | |
| "name": "trace", | |
| "contentType": "application/zip", | |
| "path": "/root/feron/apps/feron/test-results/specs-core-create-label-us-Create-manual-label-d8243--triggers-the-Address-Validation-modal-chromium-chromium/trace.zip" | |
| } | |
| ] | |
| } | |
| ], | |
| "status": "expected" | |
| } | |
| ], | |
| "id": "670ace77f337e1f82a73-54e50ed2a47a53610d50", | |
| "file": "specs/core/create-label-us.spec.ts", | |
| "line": 87, | |
| "column": 5 | |
| }, | |
| { | |
| "title": "Create manual label @chromium", | |
| "ok": true, | |
| "tags": [ | |
| "chromium" | |
| ], | |
| "tests": [ | |
| { | |
| "timeout": 300000, | |
| "annotations": [ | |
| { | |
| "type": "owner", | |
| "description": "{ \"channel\": \"Add Team channel here\", \"filepath\": \"/root/feron/apps/feron/e2e/specs/core/create-label-us.spec.ts\", \"latestCommit\": {\"hash\":\"ea7c89403143d4d76cdc1855d1d9637ef17fe282\",\"date\":\"2024-03-01T10:51:56-06:00\",\"message\":\"test(feron): add additional timeout\",\"refs\":\"\",\"body\":\"\",\"author_name\":\"CJ Mosure\",\"author_email\":\"[email protected]\"}}" | |
| } | |
| ], | |
| "expectedStatus": "passed", | |
| "projectId": "chromium", | |
| "projectName": "chromium", | |
| "results": [ | |
| { | |
| "workerIndex": 2, | |
| "status": "passed", | |
| "duration": 21421, | |
| "errors": [], | |
| "stdout": [], | |
| "stderr": [], | |
| "retry": 0, | |
| "startTime": "2024-03-26T19:55:15.645Z", | |
| "attachments": [ | |
| { | |
| "name": "trace", | |
| "contentType": "application/zip", | |
| "path": "/root/feron/apps/feron/test-results/specs-core-create-label-us-Create-manual-label-chromium-chromium/trace.zip" | |
| } | |
| ] | |
| } | |
| ], | |
| "status": "expected" | |
| } | |
| ], | |
| "id": "670ace77f337e1f82a73-499362e2b3023a909226", | |
| "file": "specs/core/create-label-us.spec.ts", | |
| "line": 114, | |
| "column": 5 | |
| }, | |
| { | |
| "title": "create return label from shipments page @chromium", | |
| "ok": true, | |
| "tags": [ | |
| "chromium" | |
| ], | |
| "tests": [ | |
| { | |
| "timeout": 300000, | |
| "annotations": [ | |
| { | |
| "type": "owner", | |
| "description": "{ \"channel\": \"Add Team channel here\", \"filepath\": \"/root/feron/apps/feron/e2e/specs/core/create-label-us.spec.ts\", \"latestCommit\": {\"hash\":\"ea7c89403143d4d76cdc1855d1d9637ef17fe282\",\"date\":\"2024-03-01T10:51:56-06:00\",\"message\":\"test(feron): add additional timeout\",\"refs\":\"\",\"body\":\"\",\"author_name\":\"CJ Mosure\",\"author_email\":\"[email protected]\"}}" | |
| } | |
| ], | |
| "expectedStatus": "passed", | |
| "projectId": "chromium", | |
| "projectName": "chromium", | |
| "results": [ | |
| { | |
| "workerIndex": 2, | |
| "status": "passed", | |
| "duration": 35244, | |
| "errors": [], | |
| "stdout": [], | |
| "stderr": [], | |
| "retry": 0, | |
| "startTime": "2024-03-26T19:55:37.460Z", | |
| "attachments": [ | |
| { | |
| "name": "trace", | |
| "contentType": "application/zip", | |
| "path": "/root/feron/apps/feron/test-results/specs-core-create-label-us-create-return-label-from-shipments-page-chromium-chromium/trace.zip" | |
| } | |
| ] | |
| } | |
| ], | |
| "status": "expected" | |
| } | |
| ], | |
| "id": "670ace77f337e1f82a73-fe57f134a66fed865398", | |
| "file": "specs/core/create-label-us.spec.ts", | |
| "line": 135, | |
| "column": 5 | |
| } | |
| ] | |
| }, | |
| { | |
| "title": "specs/pdf/pdf-to-text.spec.ts", | |
| "file": "specs/pdf/pdf-to-text.spec.ts", | |
| "column": 0, | |
| "line": 0, | |
| "specs": [ | |
| { | |
| "title": "PDF to Text for Downloaded Label @chromium", | |
| "ok": true, | |
| "tags": [ | |
| "chromium" | |
| ], | |
| "tests": [ | |
| { | |
| "timeout": 120000, | |
| "annotations": [ | |
| { | |
| "type": "owner", | |
| "description": "{ \"channel\": \"Add Team channel here\", \"filepath\": \"/root/feron/apps/feron/e2e/specs/pdf/pdf-to-text.spec.ts\", \"latestCommit\": {\"hash\":\"fa9bc78e5fb29ec4c4274cd4486d3416198433bd\",\"date\":\"2024-03-19T09:47:00-05:00\",\"message\":\"test(feron): update the text-to-pdf package to fix manifest and label reading\",\"refs\":\"\",\"body\":\"\",\"author_name\":\"CJ Mosure\",\"author_email\":\"[email protected]\"}}" | |
| } | |
| ], | |
| "expectedStatus": "passed", | |
| "projectId": "chromium", | |
| "projectName": "chromium", | |
| "results": [ | |
| { | |
| "workerIndex": 3, | |
| "status": "passed", | |
| "duration": 16736, | |
| "errors": [], | |
| "stdout": [ | |
| { | |
| "text": "2024-03-26T19:53:47.960Z [\u001b[32minfo\u001b[39m] : Creating customer: [email protected], with password: 3_GWVy_aQur6kcv {}\n" | |
| }, | |
| { | |
| "text": "2024-03-26T19:54:18.526Z [\u001b[32minfo\u001b[39m] : ************************* DATA CREATED, TEST STARTS NOW *************************** {}\n" | |
| }, | |
| { | |
| "text": "2024-03-26T19:54:30.786Z [\u001b[32minfo\u001b[39m] : https://dev-qa-deliver.shippodev.com/f0ebc99a52c34ed8a87cf0f6ae0bece8.pdf?Expires=1743018856&Signature=MFS4eOwm5WLy~BnSAPnryZv0bfSF5e1zoR5jvYUbvM3G61YfZQm8rzeGVJS~4wyNS3NtcqvFGGXKo~lqOptcbNkSTjhJp2uCn99WU2S3nG6gSqRizwVz~MikQ1JIEoOgKGsOlNcgsCvCIpAAauuS8yWEMS3y8Nc6MG44H6f3piYEjg4vivsVHngT~KshftR04rVsueRMJz49mju61OiLF8XJ-FkuzUv9GypGy5uv98e4f78rTh1TXaZ9gAV94mzhyYktqb-VSoz5pD-qxFtzk82xUV-I-JjkHd2rXYqzjO1aHXk8zbX1aqYjag6DMfEu4QFMqHCegY6x7ibfoFNuxw__&Key-Pair-Id=APKAJKRDBHOMWKB2OAVQ {}\n" | |
| }, | |
| { | |
| "text": "2024-03-26T19:54:35.155Z [\u001b[32minfo\u001b[39m] : E\nEXPRESS\nU.S. POSTAGE PAID\nShippo\nePostage\nUSPS PRIORITY MAIL EXPRESS\nHARRIS FLINT Ship Date: 03/26/24\n731 MARKET ST Weight: 2 Ib\nSAN FRANCISCO CA 94103\nSIGNATURE WAIVED\nTEST RECIPIENT\n731 MARKET ST\nPHILADELPHIA PA 19106\nUSPS TRACKING # EP\n9270 1903 3320 0030 0000 1439 03\n@ shippo\n {}\n" | |
| } | |
| ], | |
| "stderr": [], | |
| "retry": 0, | |
| "startTime": "2024-03-26T19:53:47.936Z", | |
| "attachments": [ | |
| { | |
| "name": "trace", | |
| "contentType": "application/zip", | |
| "path": "/root/feron/apps/feron/test-results/specs-pdf-pdf-to-text-PDF-to-Text-for-Downloaded-Label-chromium-chromium/trace.zip" | |
| } | |
| ] | |
| } | |
| ], | |
| "status": "expected" | |
| } | |
| ], | |
| "id": "9a12e98e3c4ac6d3ba24-837f5e3e805039b898da", | |
| "file": "specs/pdf/pdf-to-text.spec.ts", | |
| "line": 21, | |
| "column": 5 | |
| } | |
| ] | |
| }, | |
| { | |
| "title": "specs/prelabels/order-details-page-tests.spec.ts", | |
| "file": "specs/prelabels/order-details-page-tests.spec.ts", | |
| "column": 0, | |
| "line": 0, | |
| "specs": [], | |
| "suites": [ | |
| { | |
| "title": "Order details @chromium", | |
| "file": "specs/prelabels/order-details-page-tests.spec.ts", | |
| "line": 18, | |
| "column": 6, | |
| "specs": [ | |
| { | |
| "title": "Edit and modify the default 'Return' address from the order details page", | |
| "ok": true, | |
| "tags": [], | |
| "tests": [ | |
| { | |
| "timeout": 120000, | |
| "annotations": [ | |
| { | |
| "type": "slow" | |
| }, | |
| { | |
| "type": "owner", | |
| "description": "{ \"channel\": \"Add Team channel here\", \"filepath\": \"/root/feron/apps/feron/e2e/specs/prelabels/order-details-page-tests.spec.ts\", \"latestCommit\": {\"hash\":\"f307a26dab4f1a17cfcdb2e346449354ae24ed09\",\"date\":\"2024-02-06T12:21:58-06:00\",\"message\":\"test(feron): add linting for e2e directory, remove some tests, refactor\",\"refs\":\"\",\"body\":\"\",\"author_name\":\"CJ Mosure\",\"author_email\":\"[email protected]\"}}" | |
| } | |
| ], | |
| "expectedStatus": "passed", | |
| "projectId": "chromium", | |
| "projectName": "chromium", | |
| "results": [ | |
| { | |
| "workerIndex": 0, | |
| "status": "passed", | |
| "duration": 30546, | |
| "errors": [], | |
| "stdout": [ | |
| { | |
| "text": "2024-03-26T19:54:25.691Z [\u001b[32minfo\u001b[39m] : Creating customer: [email protected], with password: 73tUoA9PiITowAj {}\n" | |
| } | |
| ], | |
| "stderr": [], | |
| "retry": 0, | |
| "startTime": "2024-03-26T19:54:25.677Z", | |
| "attachments": [ | |
| { | |
| "name": "trace", | |
| "contentType": "application/zip", | |
| "path": "/root/feron/apps/feron/test-results/specs-prelabels-order-details-page-tests-Order-e01b7-ault-Return-address-from-the-order-details-page-chromium/trace.zip" | |
| } | |
| ] | |
| } | |
| ], | |
| "status": "expected" | |
| } | |
| ], | |
| "id": "182b1fcb987102a2b088-b4c7cd0fbf719f297aef", | |
| "file": "specs/prelabels/order-details-page-tests.spec.ts", | |
| "line": 36, | |
| "column": 7 | |
| }, | |
| { | |
| "title": "Choose a 'Return' address which is different from 'Sender' from the order details page", | |
| "ok": true, | |
| "tags": [], | |
| "tests": [ | |
| { | |
| "timeout": 120000, | |
| "annotations": [ | |
| { | |
| "type": "slow" | |
| }, | |
| { | |
| "type": "owner", | |
| "description": "{ \"channel\": \"Add Team channel here\", \"filepath\": \"/root/feron/apps/feron/e2e/specs/prelabels/order-details-page-tests.spec.ts\", \"latestCommit\": {\"hash\":\"f307a26dab4f1a17cfcdb2e346449354ae24ed09\",\"date\":\"2024-02-06T12:21:58-06:00\",\"message\":\"test(feron): add linting for e2e directory, remove some tests, refactor\",\"refs\":\"\",\"body\":\"\",\"author_name\":\"CJ Mosure\",\"author_email\":\"[email protected]\"}}" | |
| } | |
| ], | |
| "expectedStatus": "passed", | |
| "projectId": "chromium", | |
| "projectName": "chromium", | |
| "results": [ | |
| { | |
| "workerIndex": 0, | |
| "status": "passed", | |
| "duration": 24959, | |
| "errors": [], | |
| "stdout": [], | |
| "stderr": [], | |
| "retry": 0, | |
| "startTime": "2024-03-26T19:54:58.041Z", | |
| "attachments": [ | |
| { | |
| "name": "trace", | |
| "contentType": "application/zip", | |
| "path": "/root/feron/apps/feron/test-results/specs-prelabels-order-details-page-tests-Order-ab371-fferent-from-Sender-from-the-order-details-page-chromium/trace.zip" | |
| } | |
| ] | |
| } | |
| ], | |
| "status": "expected" | |
| } | |
| ], | |
| "id": "182b1fcb987102a2b088-bb3a67467fab1dff3496", | |
| "file": "specs/prelabels/order-details-page-tests.spec.ts", | |
| "line": 76, | |
| "column": 7 | |
| }, | |
| { | |
| "title": "Edit and modify the default 'Sender' from the order details page", | |
| "ok": true, | |
| "tags": [], | |
| "tests": [ | |
| { | |
| "timeout": 120000, | |
| "annotations": [ | |
| { | |
| "type": "slow" | |
| }, | |
| { | |
| "type": "owner", | |
| "description": "{ \"channel\": \"Add Team channel here\", \"filepath\": \"/root/feron/apps/feron/e2e/specs/prelabels/order-details-page-tests.spec.ts\", \"latestCommit\": {\"hash\":\"f307a26dab4f1a17cfcdb2e346449354ae24ed09\",\"date\":\"2024-02-06T12:21:58-06:00\",\"message\":\"test(feron): add linting for e2e directory, remove some tests, refactor\",\"refs\":\"\",\"body\":\"\",\"author_name\":\"CJ Mosure\",\"author_email\":\"[email protected]\"}}" | |
| } | |
| ], | |
| "expectedStatus": "passed", | |
| "projectId": "chromium", | |
| "projectName": "chromium", | |
| "results": [ | |
| { | |
| "workerIndex": 0, | |
| "status": "passed", | |
| "duration": 24937, | |
| "errors": [], | |
| "stdout": [], | |
| "stderr": [], | |
| "retry": 0, | |
| "startTime": "2024-03-26T19:55:23.418Z", | |
| "attachments": [ | |
| { | |
| "name": "trace", | |
| "contentType": "application/zip", | |
| "path": "/root/feron/apps/feron/test-results/specs-prelabels-order-details-page-tests-Order-55e81--the-default-Sender-from-the-order-details-page-chromium/trace.zip" | |
| } | |
| ] | |
| } | |
| ], | |
| "status": "expected" | |
| } | |
| ], | |
| "id": "182b1fcb987102a2b088-d00b43d0aa2fd1691377", | |
| "file": "specs/prelabels/order-details-page-tests.spec.ts", | |
| "line": 104, | |
| "column": 7 | |
| }, | |
| { | |
| "title": "Edit the 'Recipient' address from the order details page", | |
| "ok": true, | |
| "tags": [], | |
| "tests": [ | |
| { | |
| "timeout": 90000, | |
| "annotations": [ | |
| { | |
| "type": "slow" | |
| }, | |
| { | |
| "type": "owner", | |
| "description": "{ \"channel\": \"Add Team channel here\", \"filepath\": \"/root/feron/apps/feron/e2e/specs/prelabels/order-details-page-tests.spec.ts\", \"latestCommit\": {\"hash\":\"f307a26dab4f1a17cfcdb2e346449354ae24ed09\",\"date\":\"2024-02-06T12:21:58-06:00\",\"message\":\"test(feron): add linting for e2e directory, remove some tests, refactor\",\"refs\":\"\",\"body\":\"\",\"author_name\":\"CJ Mosure\",\"author_email\":\"[email protected]\"}}" | |
| } | |
| ], | |
| "expectedStatus": "passed", | |
| "projectId": "chromium", | |
| "projectName": "chromium", | |
| "results": [ | |
| { | |
| "workerIndex": 0, | |
| "status": "passed", | |
| "duration": 28755, | |
| "errors": [], | |
| "stdout": [], | |
| "stderr": [], | |
| "retry": 0, | |
| "startTime": "2024-03-26T19:55:48.864Z", | |
| "attachments": [ | |
| { | |
| "name": "trace", | |
| "contentType": "application/zip", | |
| "path": "/root/feron/apps/feron/test-results/specs-prelabels-order-details-page-tests-Order-792a4-e-Recipient-address-from-the-order-details-page-chromium/trace.zip" | |
| } | |
| ] | |
| } | |
| ], | |
| "status": "expected" | |
| } | |
| ], | |
| "id": "182b1fcb987102a2b088-a76d755c7cbe9d47cf2d", | |
| "file": "specs/prelabels/order-details-page-tests.spec.ts", | |
| "line": 118, | |
| "column": 7 | |
| }, | |
| { | |
| "title": "Add and set as default a new 'Return' address from the order details page", | |
| "ok": true, | |
| "tags": [], | |
| "tests": [ | |
| { | |
| "timeout": 120000, | |
| "annotations": [ | |
| { | |
| "type": "slow" | |
| }, | |
| { | |
| "type": "owner", | |
| "description": "{ \"channel\": \"Add Team channel here\", \"filepath\": \"/root/feron/apps/feron/e2e/specs/prelabels/order-details-page-tests.spec.ts\", \"latestCommit\": {\"hash\":\"f307a26dab4f1a17cfcdb2e346449354ae24ed09\",\"date\":\"2024-02-06T12:21:58-06:00\",\"message\":\"test(feron): add linting for e2e directory, remove some tests, refactor\",\"refs\":\"\",\"body\":\"\",\"author_name\":\"CJ Mosure\",\"author_email\":\"[email protected]\"}}" | |
| } | |
| ], | |
| "expectedStatus": "passed", | |
| "projectId": "chromium", | |
| "projectName": "chromium", | |
| "results": [ | |
| { | |
| "workerIndex": 0, | |
| "status": "passed", | |
| "duration": 29231, | |
| "errors": [], | |
| "stdout": [], | |
| "stderr": [], | |
| "retry": 0, | |
| "startTime": "2024-03-26T19:56:18.079Z", | |
| "attachments": [ | |
| { | |
| "name": "trace", | |
| "contentType": "application/zip", | |
| "path": "/root/feron/apps/feron/test-results/specs-prelabels-order-details-page-tests-Order-8eca0--new-Return-address-from-the-order-details-page-chromium/trace.zip" | |
| } | |
| ] | |
| } | |
| ], | |
| "status": "expected" | |
| } | |
| ], | |
| "id": "182b1fcb987102a2b088-5b1283f7dd2602da3196", | |
| "file": "specs/prelabels/order-details-page-tests.spec.ts", | |
| "line": 139, | |
| "column": 7 | |
| } | |
| ] | |
| } | |
| ] | |
| }, | |
| { | |
| "title": "specs/shipments/actions.spec.ts", | |
| "file": "specs/shipments/actions.spec.ts", | |
| "column": 0, | |
| "line": 0, | |
| "specs": [], | |
| "suites": [ | |
| { | |
| "title": "Shipments table", | |
| "file": "specs/shipments/actions.spec.ts", | |
| "line": 12, | |
| "column": 6, | |
| "specs": [ | |
| { | |
| "title": "can download an existing label using the buttom @chromium", | |
| "ok": true, | |
| "tags": [ | |
| "chromium" | |
| ], | |
| "tests": [ | |
| { | |
| "timeout": 90000, | |
| "annotations": [ | |
| { | |
| "type": "slow" | |
| }, | |
| { | |
| "type": "owner", | |
| "description": "{ \"channel\": \"TeamX\", \"filepath\": \"/root/feron/apps/feron/e2e/specs/shipments/actions.spec.ts\", \"latestCommit\": {\"hash\":\"d3afad9a025eafef2c3e332c8f09bca34e867873\",\"date\":\"2024-02-28T23:17:56+05:30\",\"message\":\"Updated the locator and sync time\",\"refs\":\"\",\"body\":\"\",\"author_name\":\"Rohit Lalwani\",\"author_email\":\"[email protected]\"}}" | |
| } | |
| ], | |
| "expectedStatus": "passed", | |
| "projectId": "chromium", | |
| "projectName": "chromium", | |
| "results": [ | |
| { | |
| "workerIndex": 3, | |
| "status": "passed", | |
| "duration": 29454, | |
| "errors": [], | |
| "stdout": [], | |
| "stderr": [], | |
| "retry": 0, | |
| "startTime": "2024-03-26T19:54:35.729Z", | |
| "attachments": [ | |
| { | |
| "name": "trace", | |
| "contentType": "application/zip", | |
| "path": "/root/feron/apps/feron/test-results/specs-shipments-actions-Shipments-table-can-download-an-existing-label-using-the-buttom-chromium-chromium/trace.zip" | |
| } | |
| ] | |
| } | |
| ], | |
| "status": "expected" | |
| } | |
| ], | |
| "id": "8537b55dbc3b8d271195-5e5317b7b54b412a70d5", | |
| "file": "specs/shipments/actions.spec.ts", | |
| "line": 17, | |
| "column": 7 | |
| }, | |
| { | |
| "title": "can download an existing label from the menu @chromium @mobile", | |
| "ok": true, | |
| "tags": [ | |
| "chromium", | |
| "mobile" | |
| ], | |
| "tests": [ | |
| { | |
| "timeout": 90000, | |
| "annotations": [ | |
| { | |
| "type": "slow" | |
| }, | |
| { | |
| "type": "owner", | |
| "description": "{ \"channel\": \"TeamX\", \"filepath\": \"/root/feron/apps/feron/e2e/specs/shipments/actions.spec.ts\", \"latestCommit\": {\"hash\":\"d3afad9a025eafef2c3e332c8f09bca34e867873\",\"date\":\"2024-02-28T23:17:56+05:30\",\"message\":\"Updated the locator and sync time\",\"refs\":\"\",\"body\":\"\",\"author_name\":\"Rohit Lalwani\",\"author_email\":\"[email protected]\"}}" | |
| } | |
| ], | |
| "expectedStatus": "passed", | |
| "projectId": "chromium", | |
| "projectName": "chromium", | |
| "results": [ | |
| { | |
| "workerIndex": 3, | |
| "status": "passed", | |
| "duration": 31356, | |
| "errors": [], | |
| "stdout": [], | |
| "stderr": [], | |
| "retry": 0, | |
| "startTime": "2024-03-26T19:55:05.814Z", | |
| "attachments": [ | |
| { | |
| "name": "trace", | |
| "contentType": "application/zip", | |
| "path": "/root/feron/apps/feron/test-results/specs-shipments-actions-Shipments-table-can-download-an-existing-label-from-the-menu-chromium-mobile-chromium/trace.zip" | |
| } | |
| ] | |
| } | |
| ], | |
| "status": "expected" | |
| } | |
| ], | |
| "id": "8537b55dbc3b8d271195-9c692b94ad560b2be78f", | |
| "file": "specs/shipments/actions.spec.ts", | |
| "line": 27, | |
| "column": 7 | |
| }, | |
| { | |
| "title": "can initiate a return @chromium @mobile", | |
| "ok": true, | |
| "tags": [ | |
| "chromium", | |
| "mobile" | |
| ], | |
| "tests": [ | |
| { | |
| "timeout": 90000, | |
| "annotations": [ | |
| { | |
| "type": "slow" | |
| }, | |
| { | |
| "type": "owner", | |
| "description": "{ \"channel\": \"TeamX\", \"filepath\": \"/root/feron/apps/feron/e2e/specs/shipments/actions.spec.ts\", \"latestCommit\": {\"hash\":\"d3afad9a025eafef2c3e332c8f09bca34e867873\",\"date\":\"2024-02-28T23:17:56+05:30\",\"message\":\"Updated the locator and sync time\",\"refs\":\"\",\"body\":\"\",\"author_name\":\"Rohit Lalwani\",\"author_email\":\"[email protected]\"}}" | |
| } | |
| ], | |
| "expectedStatus": "passed", | |
| "projectId": "chromium", | |
| "projectName": "chromium", | |
| "results": [ | |
| { | |
| "workerIndex": 3, | |
| "status": "passed", | |
| "duration": 28903, | |
| "errors": [], | |
| "stdout": [], | |
| "stderr": [], | |
| "retry": 0, | |
| "startTime": "2024-03-26T19:55:37.816Z", | |
| "attachments": [ | |
| { | |
| "name": "trace", | |
| "contentType": "application/zip", | |
| "path": "/root/feron/apps/feron/test-results/specs-shipments-actions-Shipments-table-can-initiate-a-return-chromium-mobile-chromium/trace.zip" | |
| } | |
| ] | |
| } | |
| ], | |
| "status": "expected" | |
| } | |
| ], | |
| "id": "8537b55dbc3b8d271195-ba910fd528d3a80ab02d", | |
| "file": "specs/shipments/actions.spec.ts", | |
| "line": 42, | |
| "column": 7 | |
| }, | |
| { | |
| "title": "can request a refund @chromium @mobile", | |
| "ok": true, | |
| "tags": [ | |
| "chromium", | |
| "mobile" | |
| ], | |
| "tests": [ | |
| { | |
| "timeout": 90000, | |
| "annotations": [ | |
| { | |
| "type": "slow" | |
| }, | |
| { | |
| "type": "owner", | |
| "description": "{ \"channel\": \"TeamX\", \"filepath\": \"/root/feron/apps/feron/e2e/specs/shipments/actions.spec.ts\", \"latestCommit\": {\"hash\":\"d3afad9a025eafef2c3e332c8f09bca34e867873\",\"date\":\"2024-02-28T23:17:56+05:30\",\"message\":\"Updated the locator and sync time\",\"refs\":\"\",\"body\":\"\",\"author_name\":\"Rohit Lalwani\",\"author_email\":\"[email protected]\"}}" | |
| } | |
| ], | |
| "expectedStatus": "passed", | |
| "projectId": "chromium", | |
| "projectName": "chromium", | |
| "results": [ | |
| { | |
| "workerIndex": 3, | |
| "status": "passed", | |
| "duration": 35900, | |
| "errors": [], | |
| "stdout": [], | |
| "stderr": [], | |
| "retry": 0, | |
| "startTime": "2024-03-26T19:56:07.367Z", | |
| "attachments": [ | |
| { | |
| "name": "trace", | |
| "contentType": "application/zip", | |
| "path": "/root/feron/apps/feron/test-results/specs-shipments-actions-Shipments-table-can-request-a-refund-chromium-mobile-chromium/trace.zip" | |
| } | |
| ] | |
| } | |
| ], | |
| "status": "expected" | |
| } | |
| ], | |
| "id": "8537b55dbc3b8d271195-a9f6a88561cf399da69b", | |
| "file": "specs/shipments/actions.spec.ts", | |
| "line": 54, | |
| "column": 7 | |
| } | |
| ] | |
| } | |
| ] | |
| }, | |
| { | |
| "title": "specs/tracking-settings/tracking-page.spec.ts", | |
| "file": "specs/tracking-settings/tracking-page.spec.ts", | |
| "column": 0, | |
| "line": 0, | |
| "specs": [], | |
| "suites": [ | |
| { | |
| "title": "tracking-setting page \"Tracking Page\" tab with Pro Plan", | |
| "file": "specs/tracking-settings/tracking-page.spec.ts", | |
| "line": 10, | |
| "column": 6, | |
| "specs": [], | |
| "suites": [ | |
| { | |
| "title": "Product Recommendation section", | |
| "file": "specs/tracking-settings/tracking-page.spec.ts", | |
| "line": 21, | |
| "column": 8, | |
| "specs": [ | |
| { | |
| "title": "can add title, upload image, and add image link @chromium", | |
| "ok": true, | |
| "tags": [ | |
| "chromium" | |
| ], | |
| "tests": [ | |
| { | |
| "timeout": 30000, | |
| "annotations": [ | |
| { | |
| "type": "skip" | |
| } | |
| ], | |
| "expectedStatus": "skipped", | |
| "projectId": "chromium", | |
| "projectName": "chromium", | |
| "results": [ | |
| { | |
| "workerIndex": -1, | |
| "status": "skipped", | |
| "duration": 0, | |
| "errors": [], | |
| "stdout": [], | |
| "stderr": [], | |
| "retry": 0, | |
| "startTime": "2024-03-26T19:56:13.522Z", | |
| "attachments": [] | |
| } | |
| ], | |
| "status": "skipped" | |
| } | |
| ], | |
| "id": "947b9c2a350c5a4d3230-3818cbf44364029006b1", | |
| "file": "specs/tracking-settings/tracking-page.spec.ts", | |
| "line": 23, | |
| "column": 10 | |
| }, | |
| { | |
| "title": "can replace Product Recommendation image and view change in Preview @chromium", | |
| "ok": true, | |
| "tags": [ | |
| "chromium" | |
| ], | |
| "tests": [ | |
| { | |
| "timeout": 30000, | |
| "annotations": [ | |
| { | |
| "type": "skip" | |
| } | |
| ], | |
| "expectedStatus": "skipped", | |
| "projectId": "chromium", | |
| "projectName": "chromium", | |
| "results": [ | |
| { | |
| "workerIndex": -1, | |
| "status": "skipped", | |
| "duration": 0, | |
| "errors": [], | |
| "stdout": [], | |
| "stderr": [], | |
| "retry": 0, | |
| "startTime": "2024-03-26T19:56:13.523Z", | |
| "attachments": [] | |
| } | |
| ], | |
| "status": "skipped" | |
| } | |
| ], | |
| "id": "947b9c2a350c5a4d3230-ed93298f1d2753698199", | |
| "file": "specs/tracking-settings/tracking-page.spec.ts", | |
| "line": 79, | |
| "column": 10 | |
| }, | |
| { | |
| "title": "can delete and see image has been deleted in Preview @chromium", | |
| "ok": true, | |
| "tags": [ | |
| "chromium" | |
| ], | |
| "tests": [ | |
| { | |
| "timeout": 30000, | |
| "annotations": [ | |
| { | |
| "type": "skip" | |
| } | |
| ], | |
| "expectedStatus": "skipped", | |
| "projectId": "chromium", | |
| "projectName": "chromium", | |
| "results": [ | |
| { | |
| "workerIndex": -1, | |
| "status": "skipped", | |
| "duration": 0, | |
| "errors": [], | |
| "stdout": [], | |
| "stderr": [], | |
| "retry": 0, | |
| "startTime": "2024-03-26T19:56:13.523Z", | |
| "attachments": [] | |
| } | |
| ], | |
| "status": "skipped" | |
| } | |
| ], | |
| "id": "947b9c2a350c5a4d3230-6e57f51ae5ab0a8c0fa0", | |
| "file": "specs/tracking-settings/tracking-page.spec.ts", | |
| "line": 111, | |
| "column": 10 | |
| } | |
| ] | |
| }, | |
| { | |
| "title": "Promotions section", | |
| "file": "specs/tracking-settings/tracking-page.spec.ts", | |
| "line": 154, | |
| "column": 8, | |
| "specs": [ | |
| { | |
| "title": "can upload and view uploaded promotion in Preview @chromium", | |
| "ok": true, | |
| "tags": [ | |
| "chromium" | |
| ], | |
| "tests": [ | |
| { | |
| "timeout": 30000, | |
| "annotations": [ | |
| { | |
| "type": "skip" | |
| } | |
| ], | |
| "expectedStatus": "skipped", | |
| "projectId": "chromium", | |
| "projectName": "chromium", | |
| "results": [ | |
| { | |
| "workerIndex": -1, | |
| "status": "skipped", | |
| "duration": 0, | |
| "errors": [], | |
| "stdout": [], | |
| "stderr": [], | |
| "retry": 0, | |
| "startTime": "2024-03-26T19:56:13.523Z", | |
| "attachments": [] | |
| } | |
| ], | |
| "status": "skipped" | |
| } | |
| ], | |
| "id": "947b9c2a350c5a4d3230-750f80740b1819b93ec7", | |
| "file": "specs/tracking-settings/tracking-page.spec.ts", | |
| "line": 156, | |
| "column": 10 | |
| }, | |
| { | |
| "title": "can add/edit promotion link and view change in Preview @chromium", | |
| "ok": true, | |
| "tags": [ | |
| "chromium" | |
| ], | |
| "tests": [ | |
| { | |
| "timeout": 30000, | |
| "annotations": [ | |
| { | |
| "type": "skip" | |
| } | |
| ], | |
| "expectedStatus": "skipped", | |
| "projectId": "chromium", | |
| "projectName": "chromium", | |
| "results": [ | |
| { | |
| "workerIndex": -1, | |
| "status": "skipped", | |
| "duration": 0, | |
| "errors": [], | |
| "stdout": [], | |
| "stderr": [], | |
| "retry": 0, | |
| "startTime": "2024-03-26T19:56:13.523Z", | |
| "attachments": [] | |
| } | |
| ], | |
| "status": "skipped" | |
| } | |
| ], | |
| "id": "947b9c2a350c5a4d3230-4cf47c50bfb8702df213", | |
| "file": "specs/tracking-settings/tracking-page.spec.ts", | |
| "line": 193, | |
| "column": 10 | |
| }, | |
| { | |
| "title": "can delete promotion and see image has been deleted in Preview @chromium", | |
| "ok": true, | |
| "tags": [ | |
| "chromium" | |
| ], | |
| "tests": [ | |
| { | |
| "timeout": 30000, | |
| "annotations": [ | |
| { | |
| "type": "skip" | |
| } | |
| ], | |
| "expectedStatus": "skipped", | |
| "projectId": "chromium", | |
| "projectName": "chromium", | |
| "results": [ | |
| { | |
| "workerIndex": -1, | |
| "status": "skipped", | |
| "duration": 0, | |
| "errors": [], | |
| "stdout": [], | |
| "stderr": [], | |
| "retry": 0, | |
| "startTime": "2024-03-26T19:56:13.523Z", | |
| "attachments": [] | |
| } | |
| ], | |
| "status": "skipped" | |
| } | |
| ], | |
| "id": "947b9c2a350c5a4d3230-2557661ed3c4fc84ddb7", | |
| "file": "specs/tracking-settings/tracking-page.spec.ts", | |
| "line": 230, | |
| "column": 10 | |
| }, | |
| { | |
| "title": "can replace promotion image and view change in Preview @chromium", | |
| "ok": true, | |
| "tags": [ | |
| "chromium" | |
| ], | |
| "tests": [ | |
| { | |
| "timeout": 30000, | |
| "annotations": [ | |
| { | |
| "type": "skip" | |
| } | |
| ], | |
| "expectedStatus": "skipped", | |
| "projectId": "chromium", | |
| "projectName": "chromium", | |
| "results": [ | |
| { | |
| "workerIndex": -1, | |
| "status": "skipped", | |
| "duration": 0, | |
| "errors": [], | |
| "stdout": [], | |
| "stderr": [], | |
| "retry": 0, | |
| "startTime": "2024-03-26T19:56:13.523Z", | |
| "attachments": [] | |
| } | |
| ], | |
| "status": "skipped" | |
| } | |
| ], | |
| "id": "947b9c2a350c5a4d3230-2b3848cae31d6d694f59", | |
| "file": "specs/tracking-settings/tracking-page.spec.ts", | |
| "line": 271, | |
| "column": 10 | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| ], | |
| "errors": [] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment