feat: webkit in cypress pipelines

This commit is contained in:
2023-09-20 17:22:01 +02:00
parent 38fb7a398d
commit 879ccc5031
5 changed files with 24 additions and 0 deletions

View File

@@ -94,6 +94,9 @@ RUN echo " node version: $(node -v) \n" \
"git version: $(git --version) \n" \
"whoami: $(whoami) \n"
# https://docs.cypress.io/guides/guides/launching-browsers#Linux-Dependencies
RUN npx playwright install-deps webkit
# a few environment variables to make NPM installs easier
# good colors for most applications
ENV TERM=xterm