From a0415df09de8b0347fa539a83351157afacd962f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thea=20Sch=C3=B6bl?= Date: Wed, 20 Sep 2023 17:58:55 +0200 Subject: [PATCH] feat: webkit in cypress pipelines --- frontend/app/.gitlab-ci.yml | 1 + frontend/app/angular.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/.gitlab-ci.yml b/frontend/app/.gitlab-ci.yml index cf0908dd..cf6a9daf 100644 --- a/frontend/app/.gitlab-ci.yml +++ b/frontend/app/.gitlab-ci.yml @@ -4,6 +4,7 @@ e2e: script: - pnpm --filter=@openstapps/app install - pnpm --filter=@openstapps/app exec cypress install + - npx playwright install-deps webkit - cd node_modules/.pnpm/re2*/node_modules/re2 - npm run install - cd $CI_PROJECT_DIR diff --git a/frontend/app/angular.json b/frontend/app/angular.json index 5cff4ec4..a8469b1b 100644 --- a/frontend/app/angular.json +++ b/frontend/app/angular.json @@ -184,7 +184,6 @@ "devServerTarget": "app:serve", "liveReload": false, "watch": true, - "experimentalWebKitSupport": true, "headless": false }, "configurations": {