mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-17 00:50:05 +00:00
chore(cypress): update config
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user