Skip to content

[BUG] - Install MS Edge on CI Fails #15932

@auaustorg-ms

Description

@auaustorg-ms

On CI machines (MacOS and Windows) running:
yarn dlx playwright@1.23.2 install chrome webkit msedge --with-deps

Fails with an error installing Edge. We see linux passing this step just fine.

MacOS Error:
image

Windows Error:
image

I believe the script is failing here:

const release = searchConfig ? product.Releases.find((release: any) => release.Platform === searchConfig.platform && release.Architecture === searchConfig.arch) : null;

Not sure why this is happening all of a sudden but we started seeing it in our CI ~5 hours ago and it is still happening.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions