From 4813de097191e9a157132be1cc9a8e6aeee2e250 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Bedi?= Date: Wed, 12 May 2021 15:09:48 +0200 Subject: [PATCH] Lets see what is going on --- packages/grafana-e2e/cypress.json | 2 +- packages/grafana-e2e/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/grafana-e2e/cypress.json b/packages/grafana-e2e/cypress.json index 3183556b78f..b0d11e87f9d 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" } diff --git a/packages/grafana-e2e/package.json b/packages/grafana-e2e/package.json index 95b7ee0a9b4..b14b850c2c1 100644 --- a/packages/grafana-e2e/package.json +++ b/packages/grafana-e2e/package.json @@ -25,7 +25,7 @@ "clean": "rimraf ./dist ./compiled", "docsExtract": "mkdir -p ../../reports/docs && api-extractor run 2>&1 | tee ../../reports/docs/$(basename $(pwd)).log", "open": "cypress open", - "start": "cypress run --headless --browser chrome", + "start": "cypress run --headless --browser chrome --spec ../../e2e/suite1/specs/exemplars.spec.ts --record --key 2fc99d3a-e25f-4724-a4bb-79f338bfb2da", "test": "pushd test && node ../dist/bin/grafana-e2e.js run", "typecheck": "tsc --noEmit" },