Skip to content

Commit

Permalink
Record cypress run ONLY FOR TESTING
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanbedi committed Feb 23, 2021
1 parent fe20c23 commit 35c087b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions e2e/run-suite
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion packages/grafana-e2e/cypress.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"projectId": "zb7k1c",
"projectId": "kqy2hb",
"supportFile": "cypress/support/index.ts"
}

0 comments on commit 35c087b

Please sign in to comment.