Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ci): add new webkit dependency #1607

Closed
agilarity opened this issue Aug 28, 2023 · 0 comments · Fixed by #1608
Closed

fix(ci): add new webkit dependency #1607

agilarity opened this issue Aug 28, 2023 · 0 comments · Fixed by #1608

Comments

@agilarity
Copy link
Contributor

tailwind is failing ci because of a new browser dependency for webkit. This problem only shows up in the tailwind example because it is the only one that uses webkit.

Problem

  1) [webkit] › example.spec.ts:3:5 › should see the welcome message

    Error: browserType.launch: 
    ╔══════════════════════════════════════════════════════╗
    ║ Host system is missing dependencies to run browsers. ║
    ║ Missing libraries:                                   ║
    ║     libgstcodecparsers-1.0.so.0                      ║
    ╚══════════════════════════════════════════════════════╝

Solution

Add libgstcodecparsers to the playwright browser dependencies.

I will add a PR for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant