mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
feat: webkit in cypress pipelines
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user