1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-08 13:00:05 +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')
module.exports = defineConfig({
includeShadowDom: true,
e2e: {
includeShadowDom: true,
chromeWebSecurity: false,
defaultCommandTimeout: 20000,
specPattern: 'cypress/integration/**/*.ts',