🧪 Add e2e tests with Cypress

This commit is contained in:
Andrés Moya 2021-12-01 13:38:09 +01:00 committed by Andrey Antukh
parent 16fa6259ea
commit 1cc3819e65
31 changed files with 2869 additions and 10 deletions

View file

@ -97,6 +97,7 @@ RUN set -ex; \
libappindicator1 \
libnss3 \
libgbm1 \
xvfb \
; \
rm -rf /var/lib/apt/lists/*;