Our CI job runs the suite and archives the run, someone downloads the archive and opens it locally. Locally, straight after a run, everything is there. On the downloaded copy:
Run 017af9c1-4b02-7d31-8e55-2a9c41d0e118 /home/tobi/dl/.sdods/runs/017af9c1-...
project demo-shop · env staging · 2021-08-02T21:14:07.882Z
18 passed 1 failed 0 flaky 0 skipped
report path
-------- ----
html (missing)
dashboard (missing)
messages /home/tobi/dl/.sdods/runs/017af9c1-.../messages.ndjsonSo the summary and the ndjson survived and the two things I actually want did not. We pass --reporter-mode quiet in CI to keep the log readable. Is that dropping them?