feat: webkit in cypress pipelines

This commit is contained in:
2023-09-20 17:22:01 +02:00
parent 38fb7a398d
commit 879ccc5031
5 changed files with 24 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ export default defineConfig({
fixturesFolder: 'cypress/fixtures',
defaultCommandTimeout: 20_000,
specPattern: 'cypress/integration/**/*.spec.ts',
experimentalWebKitSupport: true,
/*setupNodeEvents(on, config) {
on('task', {
log(message) {