contoso-traders-cloud-testing #570
contoso-traders-cloud-testing.yml
on: workflow_dispatch
provision
13m 32s
load-tests-with-chaos-products-api
0s
load-tests-carts-internal-api
0s
load-tests-carts-api
0s
Annotations
10 errors, 10 warnings, and 1 notice
[chromium] › map.spec.ts:21:7 › Map › should display bing maps iframe:
src/ContosoTraders.Ui.Website/tests/map.spec.ts#L1
1) [chromium] › map.spec.ts:21:7 › Map › should display bing maps iframe ─────────────────────────
Test timeout of 80000ms exceeded.
|
[chromium] › map.spec.ts:21:7 › Map › should display bing maps iframe:
src/ContosoTraders.Ui.Website/tests/map.spec.ts#L1
1) [chromium] › map.spec.ts:21:7 › Map › should display bing maps iframe ─────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 80000ms exceeded.
|
[chromium] › map.spec.ts:21:7 › Map › should display bing maps iframe:
src/ContosoTraders.Ui.Website/tests/map.spec.ts#L30
1) [chromium] › map.spec.ts:21:7 › Map › should display bing maps iframe ─────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.boundingBox: Target page, context or browser has been closed
Call Log:
- Test timeout of 80000ms exceeded
28 | throw new Error('Map is too small');
29 | }
> 30 | }).toPass();
| ^
31 | });
32 |
33 | test('should zoom in on bing maps iframe', async ({ page }) => {
at /__w/contosotraders-cloudtesting/contosotraders-cloudtesting/src/ContosoTraders.Ui.Website/tests/map.spec.ts:30:8
|
[chromium] › map.spec.ts:21:7 › Map › should display bing maps iframe:
src/ContosoTraders.Ui.Website/tests/map.spec.ts#L1
1) [chromium] › map.spec.ts:21:7 › Map › should display bing maps iframe ─────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 80000ms exceeded.
|
[chromium] › map.spec.ts:33:7 › Map › should zoom in on bing maps iframe:
src/ContosoTraders.Ui.Website/tests/map.spec.ts#L1
2) [chromium] › map.spec.ts:33:7 › Map › should zoom in on bing maps iframe ──────────────────────
Test timeout of 80000ms exceeded.
|
[chromium] › map.spec.ts:33:7 › Map › should zoom in on bing maps iframe:
src/ContosoTraders.Ui.Website/tests/map.spec.ts#L34
2) [chromium] › map.spec.ts:33:7 › Map › should zoom in on bing maps iframe ──────────────────────
Error: locator.click: Page closed
=========================== logs ===========================
waiting for frameLocator('iframe[title="geolocation"]').getByRole('button', { name: 'Zoom avanti' })
============================================================
32 |
33 | test('should zoom in on bing maps iframe', async ({ page }) => {
> 34 | await page.frameLocator('iframe[title="geolocation"]').getByRole('button', { name: 'Zoom avanti' }).click();
| ^
35 | });
36 |
37 | test('should zoom out on bing maps iframe', async ({ page }) => {
at /__w/contosotraders-cloudtesting/contosotraders-cloudtesting/src/ContosoTraders.Ui.Website/tests/map.spec.ts:34:105
|
[chromium] › map.spec.ts:33:7 › Map › should zoom in on bing maps iframe:
src/ContosoTraders.Ui.Website/tests/map.spec.ts#L1
2) [chromium] › map.spec.ts:33:7 › Map › should zoom in on bing maps iframe ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 80000ms exceeded.
|
[chromium] › map.spec.ts:33:7 › Map › should zoom in on bing maps iframe:
src/ContosoTraders.Ui.Website/tests/map.spec.ts#L34
2) [chromium] › map.spec.ts:33:7 › Map › should zoom in on bing maps iframe ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Page closed
=========================== logs ===========================
waiting for frameLocator('iframe[title="geolocation"]').getByRole('button', { name: 'Zoom avanti' })
============================================================
32 |
33 | test('should zoom in on bing maps iframe', async ({ page }) => {
> 34 | await page.frameLocator('iframe[title="geolocation"]').getByRole('button', { name: 'Zoom avanti' }).click();
| ^
35 | });
36 |
37 | test('should zoom out on bing maps iframe', async ({ page }) => {
at /__w/contosotraders-cloudtesting/contosotraders-cloudtesting/src/ContosoTraders.Ui.Website/tests/map.spec.ts:34:105
|
[chromium] › map.spec.ts:33:7 › Map › should zoom in on bing maps iframe:
src/ContosoTraders.Ui.Website/tests/map.spec.ts#L1
2) [chromium] › map.spec.ts:33:7 › Map › should zoom in on bing maps iframe ──────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 80000ms exceeded.
|
[chromium] › map.spec.ts:33:7 › Map › should zoom in on bing maps iframe:
src/ContosoTraders.Ui.Website/tests/map.spec.ts#L34
2) [chromium] › map.spec.ts:33:7 › Map › should zoom in on bing maps iframe ──────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Page closed
=========================== logs ===========================
waiting for frameLocator('iframe[title="geolocation"]').getByRole('button', { name: 'Zoom avanti' })
============================================================
32 |
33 | test('should zoom in on bing maps iframe', async ({ page }) => {
> 34 | await page.frameLocator('iframe[title="geolocation"]').getByRole('button', { name: 'Zoom avanti' }).click();
| ^
35 | });
36 |
37 | test('should zoom out on bing maps iframe', async ({ page }) => {
at /__w/contosotraders-cloudtesting/contosotraders-cloudtesting/src/ContosoTraders.Ui.Website/tests/map.spec.ts:34:105
|
provision
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: azure/login@v1, azure/CLI@v1, Azure/arm-deploy@v1, azure/[email protected], azure/docker-login@v1, azure/aks-set-context@v3, Azure/setup-helm@v3, azure/setup-kubectl@v3, Azure/k8s-create-secret@v4, cschleiden/[email protected], azure/[email protected], Azure/k8s-deploy@v4, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
provision
The following actions uses node12 which is deprecated and will be forced to run on node16: azure/[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/
|
provision
Failed to delete secret with statusCode: 404
|
provision
***
|
provision
Warning: annotation "kubernetes.io/ingress.class" is deprecated, please use 'spec.ingressClassName' instead
|
provision
Failed to delete secret with statusCode: 404
|
provision
***
|
provision
Failed to delete secret with statusCode: 404
|
provision
***
|
playwright-tests-ui
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
🎭 Playwright Run Summary
3 failed
[chromium] › map.spec.ts:21:7 › Map › should display bing maps iframe ──────────────────────────
[chromium] › map.spec.ts:33:7 › Map › should zoom in on bing maps iframe ───────────────────────
[chromium] › map.spec.ts:37:7 › Map › should zoom out on bing maps iframe ──────────────────────
22 skipped
79 passed (14.7m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
Expired
|
12.4 MB |
|