From 7c1ee244151a684758d79945e5870e5c88dae6d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maia=20T=C3=B8mmerbakk?= Date: Fri, 3 Dec 2021 10:02:02 +0100 Subject: [PATCH] Show PR name on cypress dashboard --- pipelines/cypress-E2E.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pipelines/cypress-E2E.yml b/pipelines/cypress-E2E.yml index b71e04be..72b7ce2f 100644 --- a/pipelines/cypress-E2E.yml +++ b/pipelines/cypress-E2E.yml @@ -59,6 +59,8 @@ jobs: displayName: "Start frontend" - script: | + COMMIT_INFO_MESSAGE=$(git log --oneline -2 --pretty=format:%s | tail -1) + echo $COMMIT_INFO_MESSAGE npx cypress run \ --env FRONTEND_URL=http://localhost:3000,API_URL=http://localhost:5000,AUTH_URL=http://localhost:8080 \ --config-file ./cypress.json \