feat: webkit in cypress pipelines

This commit is contained in:
2023-09-20 17:57:39 +02:00
parent 0477c3d69e
commit 3b73ec1298
2 changed files with 19 additions and 0 deletions

View File

@@ -40,5 +40,10 @@
"turbo-ignore": "1.10.6",
"typedoc": "0.24.8",
"typescript": "5.1.6"
},
"pnpm": {
"patchedDependencies": {
"@cypress/schematic@2.5.1": "patches/@cypress__schematic@2.5.1.patch"
}
}
}

View File

@@ -0,0 +1,14 @@
diff --git a/src/builders/cypress/schema.json b/src/builders/cypress/schema.json
index 70af07ab029ef30f71388db9f91ad411cfb57ace..5a6a0a33ea089524a9b24f121b831c96a065263e 100644
--- a/src/builders/cypress/schema.json
+++ b/src/builders/cypress/schema.json
@@ -27,7 +27,8 @@
"chromium",
"canary",
"firefox",
- "edge"
+ "edge",
+ "webkit"
]
},
"devServerTarget": {