Syse 360/add draft release support #45
release.yml
on: pull_request
test-controller-api
8s
test-controller-ui
7s
Matrix: api-tests
Matrix: ui-tests
release
0s
Annotations
9 errors, 17 warnings, and 2 notices
[chromium] › specs/api_templates/api_templates.spec.ts:134:5 › API templates are used to create APIs:
tests/ui/tests/specs/api_templates/api_templates.spec.ts#L1
1) [chromium] › specs/api_templates/api_templates.spec.ts:134:5 › API templates are used to create APIs
Test timeout of 90000ms exceeded.
|
[chromium] › specs/api_templates/api_templates.spec.ts:134:5 › API templates are used to create APIs:
tests/ui/tests/specs/api_templates/api_templates.spec.ts#L1
1) [chromium] › specs/api_templates/api_templates.spec.ts:134:5 › API templates are used to create APIs
Error: locator.click: Target closed
=========================== logs ===========================
waiting for locator('xpath=//span[@title="Select status"]').first()
locator resolved to <span role="none" tabindex="0" title="Select status" c…>Select status</span>
attempting click action
waiting for element to be visible, enabled and stable
element was detached from the DOM, retrying
============================================================
at DropDown_object.<anonymous> (/home/runner/work/tyk-ci/tyk-ci/tests/ui/node_modules/tyk-test-automation-wrappers/lib/wrappers/DropDown_object.js:48:32)
at fulfilled (/home/runner/work/tyk-ci/tyk-ci/tests/ui/node_modules/tyk-test-automation-wrappers/lib/wrappers/DropDown_object.js:5:58)
|
[chromium] › specs/api_templates/api_templates.spec.ts:134:5 › API templates are used to create APIs:
tests/ui/tests/specs/api_templates/api_templates.spec.ts#L1
1) [chromium] › specs/api_templates/api_templates.spec.ts:134:5 › API templates are used to create APIs
Pending operations:
- locator.click at node_modules/tyk-test-automation-wrappers/lib/wrappers/DropDown_object.js:48:32
|
[chromium] › specs/api_templates/api_templates.spec.ts:134:5 › API templates are used to create APIs:
tests/ui/tests/specs/api_templates/api_templates.spec.ts#L170
1) [chromium] › specs/api_templates/api_templates.spec.ts:134:5 › API templates are used to create APIs
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(received).toHaveValue(expected)
Expected string: "10s"
Received string: ""
Call log:
- expect.toHaveValue with timeout 5000ms
- waiting for locator('xpath=//input[@name="x-tyk-api-gateway.upstream.rateLimit.per"]').first()
168 | await assert(api_template_page.OAS_LISTEN_PATH_INPUT).toHaveValue("/api-from-template");
169 | await assert(api_template_page.OAS_RATE_LIMIT_RATE).toHaveValue("1");
> 170 | await assert(api_template_page.OAS_RATE_LIMIT_PER).toHaveValue("10s");
| ^
171 | await apis_page.SIDE_MENU_UPSTREAM_LINK.click();
172 | await api_template_page.OAS_LISTEN_PATH_INPUT.waitFor();
173 | await endpoints_page.OAS_ENDPOINTS_BUTTON.click();
at /home/runner/work/tyk-ci/tyk-ci/tests/ui/tests/specs/api_templates/api_templates.spec.ts:170:56
at /home/runner/work/tyk-ci/tyk-ci/tests/ui/tests/specs/api_templates/api_templates.spec.ts:162:3
|
ui-tests (murmur128, postgres15, redis7, $ECR/tyk-pump:master, $ECR/tyk-sink:master, 18.16)
Process completed with exit code 1.
|
ui-tests (murmur128, postgres15, redis7, $ECR/tyk-pump:master, $ECR/tyk-sink:master, 18.16)
An error occurred trying to start process '/usr/bin/bash' with working directory '/home/runner/work/tyk-ci/tyk-ci/auto'. No such file or directory
|
[chromium] › specs/api_templates/api_templates.spec.ts:134:5 › API templates are used to create APIs:
tests/ui/tests/specs/api_templates/api_templates.spec.ts#L1
1) [chromium] › specs/api_templates/api_templates.spec.ts:134:5 › API templates are used to create APIs › API templates can be selected when creating APIs
Test timeout of 90000ms exceeded.
|
[chromium] › specs/api_templates/api_templates.spec.ts:134:5 › API templates are used to create APIs:
tests/ui/tests/specs/api_templates/api_templates.spec.ts#L155
1) [chromium] › specs/api_templates/api_templates.spec.ts:134:5 › API templates are used to create APIs › API templates can be selected when creating APIs
Error: locator.getAttribute: Page closed
=========================== logs ===========================
waiting for locator('xpath=//span[@title="Select status"]').first()
============================================================
153 | await apis_page.SIDE_MENU_SERVER_LINK.click();
154 | await apis_page.OAS_LISTEN_PATH_INPUT.fill("/api-from-template");
> 155 | await apis_page.OAS_GW_STATUS_DROPDOWN.selectOption("Active");
| ^
156 | await apis_page.OAS_ACCESS_DROPDOWN.selectOption("External");
157 | await endpoints_page.OAS_ENDPOINTS_BUTTON.click();
158 | await endpoints_page.verifyMiddlewareDisabledByName('AllowList');
at DropDown_object.<anonymous> (/home/runner/work/tyk-ci/tyk-ci/tests/ui/node_modules/tyk-test-automation-wrappers/lib/wrappers/DropDown_object.js:27:69)
at /home/runner/work/tyk-ci/tyk-ci/tests/ui/node_modules/tyk-test-automation-wrappers/lib/wrappers/DropDown_object.js:8:71
at __awaiter (/home/runner/work/tyk-ci/tyk-ci/tests/ui/node_modules/tyk-test-automation-wrappers/lib/wrappers/DropDown_object.js:4:12)
at DropDown_object.setDropDownType (/home/runner/work/tyk-ci/tyk-ci/tests/ui/node_modules/tyk-test-automation-wrappers/lib/wrappers/DropDown_object.js:26:16)
at DropDown_object.<anonymous> (/home/runner/work/tyk-ci/tyk-ci/tests/ui/node_modules/tyk-test-automation-wrappers/lib/wrappers/DropDown_object.js:46:24)
at /home/runner/work/tyk-ci/tyk-ci/tests/ui/node_modules/tyk-test-automation-wrappers/lib/wrappers/DropDown_object.js:8:71
at __awaiter (/home/runner/work/tyk-ci/tyk-ci/tests/ui/node_modules/tyk-test-automation-wrappers/lib/wrappers/DropDown_object.js:4:12)
at DropDown_object.selectOption (/home/runner/work/tyk-ci/tyk-ci/tests/ui/node_modules/tyk-test-automation-wrappers/lib/wrappers/DropDown_object.js:45:16)
at /home/runner/work/tyk-ci/tyk-ci/tests/ui/tests/specs/api_templates/api_templates.spec.ts:155:44
at /home/runner/work/tyk-ci/tyk-ci/tests/ui/tests/specs/api_templates/api_templates.spec.ts:143:3
|
[chromium] › specs/api_templates/api_templates.spec.ts:134:5 › API templates are used to create APIs:
tests/ui/tests/specs/api_templates/api_templates.spec.ts#L1
1) [chromium] › specs/api_templates/api_templates.spec.ts:134:5 › API templates are used to create APIs › API templates can be selected when creating APIs
Pending operations:
- locator.getAttribute at node_modules/tyk-test-automation-wrappers/lib/wrappers/DropDown_object.js:27:69
|
ui-tests (murmur128, postgres15, redis7, $ECR/tyk-pump:master, $ECR/tyk-sink:master, 18.16)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ui-tests (murmur128, postgres15, redis7, $ECR/tyk-pump:master, $ECR/tyk-sink:master, 18.16)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ui-tests (murmur128, postgres15, redis7, $ECR/tyk-pump:master, $ECR/tyk-sink:master, 18.16)
No files were found with the provided path: /home/runner/work/tyk-ci/tyk-ci/docker-compose.log. No artifacts will be uploaded.
|
Slow Test:
tests/ui/[chromium] › specs/api_templates/api_templates.spec.ts#L1
tests/ui/[chromium] › specs/api_templates/api_templates.spec.ts took 2.4m
|
Slow Test:
tests/ui/[chromium] › specs/api_designer/oas_api_cache.spec.ts#L1
tests/ui/[chromium] › specs/api_designer/oas_api_cache.spec.ts took 1.1m
|
Slow Test:
tests/ui/[chromium] › specs/api_designer/oas_api_ownership.spec.ts#L1
tests/ui/[chromium] › specs/api_designer/oas_api_ownership.spec.ts took 59.4s
|
Slow Test:
tests/ui/[chromium] › specs/api_designer/oas_api_endpoints_url_rewrite.spec.ts#L1
tests/ui/[chromium] › specs/api_designer/oas_api_endpoints_url_rewrite.spec.ts took 51.2s
|
Slow Test:
tests/ui/[chromium] › specs/api_designer/oas_api_endpoints_virtual_endpoint.spec.ts#L1
tests/ui/[chromium] › specs/api_designer/oas_api_endpoints_virtual_endpoint.spec.ts took 47.3s
|
ui-tests (sha256, mongo7, redis7, $ECR/tyk-pump:master, $ECR/tyk-sink:master, 18.16)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ui-tests (sha256, mongo7, redis7, $ECR/tyk-pump:master, $ECR/tyk-sink:master, 18.16)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Slow Test:
tests/ui/[chromium] › specs/api_templates/api_templates.spec.ts#L1
tests/ui/[chromium] › specs/api_templates/api_templates.spec.ts took 2.5m
|
Slow Test:
tests/ui/[chromium] › specs/api_designer/oas_api_cache.spec.ts#L1
tests/ui/[chromium] › specs/api_designer/oas_api_cache.spec.ts took 1.1m
|
Slow Test:
tests/ui/[chromium] › specs/api_designer/oas_api_ownership.spec.ts#L1
tests/ui/[chromium] › specs/api_designer/oas_api_ownership.spec.ts took 58.1s
|
Slow Test:
tests/ui/[chromium] › specs/api_designer/oas_api_endpoints_url_rewrite.spec.ts#L1
tests/ui/[chromium] › specs/api_designer/oas_api_endpoints_url_rewrite.spec.ts took 52.4s
|
Slow Test:
tests/ui/[chromium] › specs/api_designer/oas_api_endpoints_response_body_transform.spec.ts#L1
tests/ui/[chromium] › specs/api_designer/oas_api_endpoints_response_body_transform.spec.ts took 51.5s
|
api-tests (murmur128, postgres15, redis7, $ECR/tyk-pump:master, $ECR/tyk-sink:master)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
api-tests (sha256, mongo7, redis7, $ECR/tyk-pump:master, $ECR/tyk-sink:master)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
🎭 Playwright Run Summary
1 failed
[chromium] › specs/api_templates/api_templates.spec.ts:134:5 › API templates are used to create APIs
1 skipped
59 passed (7.5m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/api_templates/api_templates.spec.ts:134:5 › API templates are used to create APIs
1 skipped
59 passed (7.7m)
|