Skip to content

chore: turn off publishing of the images on PR trigger #165

chore: turn off publishing of the images on PR trigger

chore: turn off publishing of the images on PR trigger #165

GitHub Actions / JUnit Test Report failed Oct 10, 2024 in 0s

135 tests run, 115 passed, 17 skipped, 3 failed.

Annotations

Check failure on line 57 in ts

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

ts.Deploy a container to the Kind cluster › Pull an image and start a container

deploy-to-kubernetes.spec.ts:77:3 Pull an image and start a container
Raw output
[chromium] › tests\playwright\src\specs\deploy-to-kubernetes.spec.ts:77:3 › Deploy a container to the Kind cluster › Pull an image and start a container 

    "beforeAll" hook timeout of 250000ms exceeded.

      43 | const skipKindInstallation = process.env.SKIP_KIND_INSTALL ? process.env.SKIP_KIND_INSTALL : false;
      44 |
    > 45 | test.beforeAll(async ({ runner, welcomePage, page, navigationBar }) => {
         |      ^
      46 |   test.setTimeout(250000);
      47 |   runner.setVideoAndTraceName('deploy-to-k8s-e2e');
      48 |

        at C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\specs\deploy-to-kubernetes.spec.ts:45:6

    Error: expect(locator).toBeVisible()

    Locator: getByRole('button', { name: 'Go back to resources' })
    Expected: visible
    Received: <element(s) not found>
    Call log:
      - expect.toBeVisible with timeout 300000ms
      - waiting for getByRole('button', { name: 'Go back to resources' })


       at tests\playwright\src\model\pages\create-kind-cluster-page.ts:116

      114 |     await this.logsButton.scrollIntoViewIfNeeded();
      115 |     await this.logsButton.click();
    > 116 |     await playExpect(this.goBackButton).toBeVisible({ timeout: timeout });
          |                                         ^
      117 |     await this.goBackButton.click();
      118 |   }
      119 |

        at CreateKindClusterPage.createCluster (C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\model\pages\create-kind-cluster-page.ts:116:41)
        at CreateKindClusterPage.createClusterDefault (C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\model\pages\create-kind-cluster-page.ts:68:5)
        at C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\utility\operations.ts:325:7
        at createKindCluster (C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\utility\operations.ts:305:3)
        at C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\specs\deploy-to-kubernetes.spec.ts:57:3

Check failure on line 93 in ts

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

ts.Kind End-to-End Tests › Kind cluster operations › Create a Kind cluster

kind.spec.ts:91:5 Create a Kind cluster
Raw output
[chromium] › tests\playwright\src\specs\kind.spec.ts:91:5 › Kind End-to-End Tests › Kind cluster operations › Create a Kind cluster › Create Kind cluster 

    Test timeout of 300000ms exceeded.

    Error: Timed out 300000ms waiting for expect(locator).toBeVisible()

    Locator: getByRole('button', { name: 'Go back to resources' })
    Expected: visible
    Received: <element(s) not found>
    Call log:
      - expect.toBeVisible with timeout 300000ms
      - waiting for getByRole('button', { name: 'Go back to resources' })


       at tests\playwright\src\model\pages\create-kind-cluster-page.ts:116

      114 |     await this.logsButton.scrollIntoViewIfNeeded();
      115 |     await this.logsButton.click();
    > 116 |     await playExpect(this.goBackButton).toBeVisible({ timeout: timeout });
          |                                         ^
      117 |     await this.goBackButton.click();
      118 |   }
      119 |

        at CreateKindClusterPage.createCluster (C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\model\pages\create-kind-cluster-page.ts:116:41)
        at CreateKindClusterPage.createClusterDefault (C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\model\pages\create-kind-cluster-page.ts:68:5)
        at C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\utility\operations.ts:325:7
        at createKindCluster (C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\utility\operations.ts:305:3)
        at C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\specs\kind.spec.ts:93:7

Check failure on line 60 in ts

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

ts.Kubernetes resources End-to-End test › Kubernetes Nodes test

kubernetes.spec.ts:77:3 Kubernetes Nodes test
Raw output
[chromium] › tests\playwright\src\specs\kubernetes.spec.ts:77:3 › Kubernetes resources End-to-End test › Kubernetes Nodes test 

    "beforeAll" hook timeout of 250000ms exceeded.

      46 | const skipKindInstallation = process.env.SKIP_KIND_INSTALL ? process.env.SKIP_KIND_INSTALL : false;
      47 |
    > 48 | test.beforeAll(async ({ runner, welcomePage, page, navigationBar }) => {
         |      ^
      49 |   test.setTimeout(250000);
      50 |   runner.setVideoAndTraceName('kubernetes-e2e');
      51 |

        at C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\specs\kubernetes.spec.ts:48:6

    Error: expect(locator).toBeVisible()

    Locator: getByRole('button', { name: 'Go back to resources' })
    Expected: visible
    Received: <element(s) not found>
    Call log:
      - expect.toBeVisible with timeout 300000ms
      - waiting for getByRole('button', { name: 'Go back to resources' })


       at tests\playwright\src\model\pages\create-kind-cluster-page.ts:116

      114 |     await this.logsButton.scrollIntoViewIfNeeded();
      115 |     await this.logsButton.click();
    > 116 |     await playExpect(this.goBackButton).toBeVisible({ timeout: timeout });
          |                                         ^
      117 |     await this.goBackButton.click();
      118 |   }
      119 |

        at CreateKindClusterPage.createCluster (C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\model\pages\create-kind-cluster-page.ts:116:41)
        at CreateKindClusterPage.createClusterDefault (C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\model\pages\create-kind-cluster-page.ts:68:5)
        at C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\utility\operations.ts:325:7
        at createKindCluster (C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\utility\operations.ts:305:3)
        at C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\specs\kubernetes.spec.ts:60:3