You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
tailwind
is failingci
because of a new browser dependency forwebkit
. This problem only shows up in thetailwind
example because it is the only one that useswebkit
.Problem
Solution
Add
libgstcodecparsers
to the playwright browser dependencies.I will add a PR for this.
The text was updated successfully, but these errors were encountered: