output json

pull/5370/head
filip mertens 2 years ago
parent ce13fe0e40
commit f9eef648c5
  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