freeCodeCamp/playwright-install.sh
Mrugesh Mohapatra b5c86d4b9c
feat(e2e): adding playwright and migrate landing page e2e tests (#51216)
Co-authored-by: Ahmad <57593864+Ahmadkashif@users.noreply.github.com>
Co-authored-by: Hassaan Pasha <pasha.hassaan@gmail.com>
2023-08-11 14:10:10 +05:30

16 lines
325 B
Bash

InstallKernelDependencies() {
sudo apt-get install -y \
libx11-xcb1 \
libxrandr2 \
libxcomposite1 \
libxcursor1 \
libxdamage1 \
libxfixes3 \
libxi6 \
libxtst6 \
libgtk-3-0 \
libatk1.0-0 \
libdbus-glib-1-2
}
InstallKernelDependencies