Reporter: add logger E2E results to be queried by Loki (#58839)

Co-authored-by: dsotirakis <dimitrios.sotirakis@grafana.com>
This commit is contained in:
Ivan Ortega Alba
2022-11-29 10:59:12 +01:00
committed by GitHub
parent 17ec4089dc
commit 3417125553
2 changed files with 160 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ declare -A cypressConfig=(
[viewportHeight]=1080
[trashAssetsBeforeRuns]=false
[videoUploadOnPasses]=false
[reporter]=../../e2e/log-reporter.js
)