Skip to content

← All questions

sdods report prints (missing) for the html report after a CI run

Asked 9,840 views2 answers

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:

text
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.ndjson

So 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?

asked by Tobi Schrader97 ·

2 answers

Have the same question?

Ask it with the command you ran and the output you got, and it will be answered here.

Ask a question

Related