1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-16 16:40:06 +00:00

chore(cypress): update config

This commit is contained in:
mulahasanovic
2025-12-15 11:49:53 +01:00
parent 677c0a5046
commit bbf0eed443

View File

@@ -1,8 +1,8 @@
const { defineConfig } = require('cypress') const { defineConfig } = require('cypress')
module.exports = defineConfig({ module.exports = defineConfig({
includeShadowDom: true,
e2e: { e2e: {
includeShadowDom: true,
chromeWebSecurity: false, chromeWebSecurity: false,
defaultCommandTimeout: 20000, defaultCommandTimeout: 20000,
specPattern: 'cypress/integration/**/*.ts', specPattern: 'cypress/integration/**/*.ts',