From 35c087b3c5d1b3d0d513adbfc44bcd2dbd72033b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Bedi?= Date: Tue, 23 Feb 2021 16:18:33 +0100 Subject: [PATCH] Record cypress run ONLY FOR TESTING --- e2e/run-suite | 4 ++-- packages/grafana-e2e/cypress.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/e2e/run-suite b/e2e/run-suite index 267c06ac97d19..ec9ec906f9639 100755 --- a/e2e/run-suite +++ b/e2e/run-suite @@ -27,6 +27,6 @@ fi cd packages/grafana-e2e -yarn $CMD --env BASE_URL=$URL,SLOWMO=$SLOWMO \ +yarn $CMD --record --key 2fc99d3a-e25f-4724-a4bb-79f338bfb2da --env BASE_URL=$URL,SLOWMO=$SLOWMO \ --config integrationFolder=../../e2e/$SUITE/specs,screenshotsFolder=../../e2e/$SUITE/screenshots,videosFolder=../../e2e/$SUITE/videos,fileServerFolder=./cypress,viewportWidth=1920,viewportHeight=1080,trashAssetsBeforeRuns=false \ - $PARAMS + $PARAMS --spec ../../e2e/suite1/specs/trace-view-scrolling.spec.ts diff --git a/packages/grafana-e2e/cypress.json b/packages/grafana-e2e/cypress.json index 3183556b78f77..b0d11e87f9d16 100644 --- a/packages/grafana-e2e/cypress.json +++ b/packages/grafana-e2e/cypress.json @@ -1,4 +1,4 @@ { - "projectId": "zb7k1c", + "projectId": "kqy2hb", "supportFile": "cypress/support/index.ts" }