Use playwright in Arch Linux
Short post to how to Install Playwright on Arch Linux.
In this short post I share the needed dependencies to install playwright in Arch linux, playwrith is a really useful tool to do e2e test to your web apps.
for me it was not a clean install so I should to find and install next dependencies first:
sudo pacman -S --needed core/nss core/nspr extra/at-spi2-core extra/libcups extra/libdrm core/dbus extra/libxcb extra/libxkbcommon extra/at-spi2-core extra/libx11 extra/libxcomposite extra/libxdamage extra/libxext extra/libxfixes extra/libxrandr extra/mesa extra/pango extra/cairo extra/alsa-lib extra/xorg-server-xvfb
After those dependencies are installed you should be able to install Playwright from Aur:
https://aur.archlinux.org/packages/playwright
Comments ()