-
Notifications
You must be signed in to change notification settings - Fork 241
Playwright 1.58.1 fails in Firefox on Windows Server 2016 #1341
Copy link
Copy link
Open
Labels
0 - BacklogIssue is accepted, but is not ready to be worked on or not in current sprint.Issue is accepted, but is not ready to be worked on or not in current sprint.Blocked - ExternalThe issue or pull request is not fixable without a change in a upstream/external library.The issue or pull request is not fixable without a change in a upstream/external library.BugIssues where something has happened which was not expected or intended.Issues where something has happened which was not expected or intended.
Metadata
Metadata
Assignees
Labels
0 - BacklogIssue is accepted, but is not ready to be worked on or not in current sprint.Issue is accepted, but is not ready to be worked on or not in current sprint.Blocked - ExternalThe issue or pull request is not fixable without a change in a upstream/external library.The issue or pull request is not fixable without a change in a upstream/external library.BugIssues where something has happened which was not expected or intended.Issues where something has happened which was not expected or intended.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Checklist
What You Are Seeing?
When running Playwright on Firefox in Windows Server 2016, the follow errors occurs:
What is Expected?
The upgrade to the
@playwright/testpackage to1.58.1should not break any existing functionality.How Did You Get This To Happen?
@chocolatey-software/playwrightpackage to depend on@playwright/test 1.58.1.User Story
As a user of Playwright,
I want to use version 1.58.1 or higher of the
@playwright/testpackage without introducing failures in Firefox,so that I can test my application appropriately.
System Details
Windows Server 2016 on Firefox.
Installed Packages
Error occurs on `@playwright/test 1.58.1`.Output Log
Error: browserType.launch: Host system is missing dependencies! Full list of missing libraries: api-ms-win-core-apiquery-l2-1-0.dlAdditional Context
In order to quickly determine if this issue has been resolved upstream, you can run the following on a Server 2016 instance with
nodejs-ltsChocolatey package installed:mkdir tmp cd tmp npm install playwright@1.58.1 npx playwright install firefox --with-depsAcceptance Criteria
@playwright/testpackage is upgraded to version1.58.1or higher and introduces no new failures to run on all Chocolatey products.@chocolatey-software/playwrightis bumped to the next minor version, or major, depending on other changes.Related Issues
┆Issue is synchronized with this Github issue by Unito