From bf3b9424967dce21a28625b71cffeb591ae82412 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Sat, 3 Sep 2022 09:11:28 +0200 Subject: [PATCH] output json --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 379f638565..cd5baa7f97 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -115,6 +115,10 @@ jobs: steps: - browser-tools/install-chrome - browser-tools/install-chromedriver + - run: + name: Check out previous test metadata + command: | + cat "${CIRCLE_INTERNAL_TASK_DATA}/circle-test-results/results.json" | jq . - run: command: | google-chrome --version