diff --git a/e2e/run-suite b/e2e/run-suite index 267c06ac97d1..ec9ec906f963 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 3183556b78f7..b0d11e87f9d1 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" }