Record cypress run ONLY FOR TESTING

This commit is contained in:
Zoltán Bedi 2021-02-23 16:18:33 +01:00
parent fe20c23db3
commit 35c087b3c5
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
{
"projectId": "zb7k1c",
"projectId": "kqy2hb",
"supportFile": "cypress/support/index.ts"
}