output json

pull/2868/head
filip mertens 2 years ago
parent 0a1a859bdc
commit bf3b942496
  1. 4
      .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

Loading…
Cancel
Save