Run test manually #352
run-test-manual.yml
on: workflow_dispatch
Annotations
4 errors, 8 warnings, and 9 notices
|
[e2e] › orders.spec.ts:71:5 › TC: SALEOR_77 Mark order as paid and fulfill it with transaction flow activated #e2e #order:
playwright/tests/orders.spec.ts#L86
1) [e2e] › orders.spec.ts:71:5 › TC: SALEOR_77 Mark order as paid and fulfill it with transaction flow activated #e2e #order
Error: expect(locator).toContainText(expected)
Locator: getByTestId('status-info')
Expected string: "Fulfilled"
Received: <element(s) not found>
Call log:
- expect.toContainText with timeout 10000ms
- waiting for getByTestId('status-info')
84 | await fulfillmentPage.clickFulfillButton();
85 | await ordersPage.expectSuccessBanner({ message: "fulfilled" });
> 86 | expect(await ordersPage.pageHeaderStatusInfo).toContainText("Fulfilled");
| ^
87 | });
88 |
89 | test("TC: SALEOR_78 Capture partial amounts by manual transactions and fulfill order with transaction flow activated #e2e #order", async () => {
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/orders.spec.ts:86:49
|
|
[e2e] › orders.spec.ts:89:5 › TC: SALEOR_78 Capture partial amounts by manual transactions and fulfill order with transaction flow activated #e2e #order:
playwright/tests/orders.spec.ts#L144
2) [e2e] › orders.spec.ts:89:5 › TC: SALEOR_78 Capture partial amounts by manual transactions and fulfill order with transaction flow activated #e2e #order
Error: Order should be yet fulfilled
expect(locator).toContainText(expected)
Locator: getByTestId('status-info')
Expected string: "Fulfilled"
Received: <element(s) not found>
Call log:
- Order should be yet fulfilled with timeout 10000ms
- waiting for getByTestId('status-info')
142 | await fulfillmentPage.clickFulfillButton();
143 | await ordersPage.expectSuccessBanner({ message: "fulfilled" });
> 144 | expect(await ordersPage.pageHeaderStatusInfo, "Order should be yet fulfilled").toContainText(
| ^
145 | "Fulfilled",
146 | );
147 | });
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/orders.spec.ts:144:82
|
|
[e2e] › orders.spec.ts:149:5 › TC: SALEOR_79 Mark order as paid and fulfill it with regular flow #e2e #order:
playwright/tests/orders.spec.ts#L162
3) [e2e] › orders.spec.ts:149:5 › TC: SALEOR_79 Mark order as paid and fulfill it with regular flow #e2e #order
Error: expect(locator).toContainText(expected)
Locator: getByTestId('status-info')
Expected string: "Fulfilled"
Received: <element(s) not found>
Call log:
- expect.toContainText with timeout 10000ms
- waiting for getByTestId('status-info')
160 | await fulfillmentPage.clickFulfillButton();
161 | await ordersPage.expectSuccessBanner({ message: "fulfilled" });
> 162 | expect(await ordersPage.pageHeaderStatusInfo).toContainText("Fulfilled");
| ^
163 | });
164 |
165 | test("TC: SALEOR_80 Add tracking to order #e2e #order", async () => {
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/orders.spec.ts:162:49
|
|
run-tests (1/2)
Process completed with exit code 1.
|
|
run-tests (1/2)
Unexpected input(s) 'ENABLED_SERVICE_NAME_HEADER', valid inputs are ['BASE_URL', 'API_URL', 'E2E_USER_NAME', 'E2E_USER_PASSWORD', 'E2E_PERMISSIONS_USERS_PASSWORD', 'SHARD', 'MAILPITURL', 'URL_TO_RUN', 'PW_WORKERS', 'PW_RETRIES', 'PROJECT', 'ACCOUNTS', 'E2E_ENCODE_PASS', 'BRANCH_NAME', 'SALEOR_CLOUD_SERVICE', 'DASHBOARD_VERSION']
|
|
run-tests (1/2)
Unexpected input(s) 'ENABLED_SERVICE_NAME_HEADER', valid inputs are ['BASE_URL', 'API_URL', 'E2E_USER_NAME', 'E2E_USER_PASSWORD', 'E2E_PERMISSIONS_USERS_PASSWORD', 'SHARD', 'MAILPITURL', 'URL_TO_RUN', 'PW_WORKERS', 'PW_RETRIES', 'PROJECT', 'ACCOUNTS', 'E2E_ENCODE_PASS', 'BRANCH_NAME', 'SALEOR_CLOUD_SERVICE', 'DASHBOARD_VERSION']
|
|
Slow Test:
[e2e] › staffMemberActivation.spec.ts#L1
[e2e] › staffMemberActivation.spec.ts took 19.2s
|
|
run-tests (2/2)
Unexpected input(s) 'ENABLED_SERVICE_NAME_HEADER', valid inputs are ['BASE_URL', 'API_URL', 'E2E_USER_NAME', 'E2E_USER_PASSWORD', 'E2E_PERMISSIONS_USERS_PASSWORD', 'SHARD', 'MAILPITURL', 'URL_TO_RUN', 'PW_WORKERS', 'PW_RETRIES', 'PROJECT', 'ACCOUNTS', 'E2E_ENCODE_PASS', 'BRANCH_NAME', 'SALEOR_CLOUD_SERVICE', 'DASHBOARD_VERSION']
|
|
run-tests (2/2)
Unexpected input(s) 'ENABLED_SERVICE_NAME_HEADER', valid inputs are ['BASE_URL', 'API_URL', 'E2E_USER_NAME', 'E2E_USER_PASSWORD', 'E2E_PERMISSIONS_USERS_PASSWORD', 'SHARD', 'MAILPITURL', 'URL_TO_RUN', 'PW_WORKERS', 'PW_RETRIES', 'PROJECT', 'ACCOUNTS', 'E2E_ENCODE_PASS', 'BRANCH_NAME', 'SALEOR_CLOUD_SERVICE', 'DASHBOARD_VERSION']
|
|
tests-complete
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
tests-complete
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
tests-complete
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
BASE_URL
https://v320.staging.saleor.cloud/dashboard/
|
|
API_URL
https://v320.staging.saleor.cloud/graphql/
|
|
POOL_NAME
3.20 Staging
|
|
POOL_INSTANCE
https://v320.staging.saleor.cloud/
|
|
BACKUP_NAMESPACE
snapshot-automation-tests-3.20
|
|
SNAPSHOT
backup_id=I8hfDOMT, version=3.20.68, name=snapshot-automation-tests-3.20
|
|
SALEOR_CLOUD_SERVICE
saleor-master-staging
|
|
🎭 Playwright Run Summary
3 failed
[e2e] › orders.spec.ts:71:5 › TC: SALEOR_77 Mark order as paid and fulfill it with transaction flow activated #e2e #order
[e2e] › orders.spec.ts:89:5 › TC: SALEOR_78 Capture partial amounts by manual transactions and fulfill order with transaction flow activated #e2e #order
[e2e] › orders.spec.ts:149:5 › TC: SALEOR_79 Mark order as paid and fulfill it with regular flow #e2e #order
116 passed (5.4m)
|
|
🎭 Playwright Run Summary
118 passed (5.4m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
all-blob-reports-1
Expired
|
11.8 MB |
sha256:dbf5dc80d41bf9f26cd7f3385d9251a326c84b66768e2621f44e8c9fe45c54c3
|
|
|
all-blob-reports-2
Expired
|
146 KB |
sha256:7ebbd166a17da39f034b2c0dce2780a704e7c2421340cd0081679e6792a9ccd3
|
|
|
ctrf-report-1
Expired
|
2.55 KB |
sha256:d63ce7a0eefcb8cdc42306640ff365cba1c2477afa244281d8404a2c10d0a82a
|
|
|
ctrf-report-2
Expired
|
2.8 KB |
sha256:333b2616f90b677971b74d586124fd1d88fbef15e228259552bbfe115ffef59e
|
|
|
html-report--attempt-1
Expired
|
13 MB |
sha256:6d53eb13a6ad273765af3c95c396adad66014d76843939fdbc75bff31d5ec935
|
|