containers / podman-desktop-e2e

Podman desktop e2e tests
Apache License 2.0
3 stars 7 forks source link

Update pde2e-runner image to pull latest npm tests-playwright package version when running extension's tests #178

Closed odockal closed 3 months ago

odockal commented 3 months ago

Npm dependency does not have the latest version required.

 On CI, skipping before All tests/output cleanup, see https://github.com/containers/podman-desktop/issues/5460
 ❯ src/bootc-extension.spec.ts  (0 test)

⎯⎯⎯⎯⎯⎯ Failed Suites 1 ⎯⎯⎯⎯⎯⎯⎯

 FAIL  src/bootc-extension.spec.ts [ src/bootc-extension.spec.ts ]
TypeError: Cannot read properties of undefined (reading 'ARM64')
 ❯ src/bootc-extension.spec.ts:103:35
    101|   );
    102| 
    103|   describe.each([ArchitectureType.ARM64, ArchitectureType.AMD64])(
       |                                   ^
    104|     'Bootc images for architecture: %s',
    105|     async architecture => {

⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯

Ref workflow: https://github.com/containers/podman-desktop-extension-bootc/actions/runs/9249031918/job/25440223794

odockal commented 3 months ago

Fixed by: https://github.com/odockal/pde2e-runner/commit/65e5b859238d92db22fc601392ac4fc61a041ca7