chore: Upgrade Cypress to 13.4.0 (#8271)

This commit is contained in:
Pranav Raj S
2023-10-31 19:39:34 -07:00
committed by GitHub
parent f34cd3ea61
commit 1e70223ed7
17 changed files with 423 additions and 541 deletions

View File

@@ -85,6 +85,27 @@ test:
# Compile test packs to a separate directory
public_output_path: packs-test
dev_server:
https: false
host: 0.0.0.0
port: 3035
public: 0.0.0.0:3035
hmr: true
# Inline should be set to true if using HMR
inline: true
overlay: true
compress: true
disable_host_check: true
use_local_ip: false
quiet: false
headers:
'Access-Control-Allow-Origin': '*'
'Access-Control-Allow-Methods': 'GET, POST, PUT, DELETE, PATCH, OPTIONS'
'Access-Control-Allow-Headers': 'X-Requested-With, content-type, Authorization'
watch_options:
ignored: '**/node_modules/**'
production:
<<: *default