feat: webkit in cypress pipelines

This commit is contained in:
2023-09-20 17:58:55 +02:00
parent 3b73ec1298
commit a0415df09d
2 changed files with 1 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ e2e:
script: script:
- pnpm --filter=@openstapps/app install - pnpm --filter=@openstapps/app install
- pnpm --filter=@openstapps/app exec cypress install - pnpm --filter=@openstapps/app exec cypress install
- npx playwright install-deps webkit
- cd node_modules/.pnpm/re2*/node_modules/re2 - cd node_modules/.pnpm/re2*/node_modules/re2
- npm run install - npm run install
- cd $CI_PROJECT_DIR - cd $CI_PROJECT_DIR

View File

@@ -184,7 +184,6 @@
"devServerTarget": "app:serve", "devServerTarget": "app:serve",
"liveReload": false, "liveReload": false,
"watch": true, "watch": true,
"experimentalWebKitSupport": true,
"headless": false "headless": false
}, },
"configurations": { "configurations": {