Chore: move to cypress 13.1 (#74718)

* move to cypress 13.1

* update cloud-data-sources docker image
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
Ashley Harrison
2023-09-13 11:08:43 +01:00
committed by GitHub
parent 5cb7eb5884
commit fcdae0ca0b
6 changed files with 79 additions and 34 deletions

View File

@@ -39,7 +39,6 @@ declare -A cypressConfig=(
[viewportWidth]=1920
[viewportHeight]=1080
[trashAssetsBeforeRuns]=false
[videoUploadOnPasses]=false
[reporter]=./e2e/log-reporter.js
[baseUrl]=${BASE_URL:-"http://$HOST:$PORT"}
)