Closed
Description
"--archive-logs" only works when "--dashboard" is also used
The --archive-logs
command-line option for pytest
is supposed to save a copy of latest_logs/
after a test run completes so that those results are preserved when a new test run begins, which clears the latest_logs/
folder. The temporary workaround until this issue is fixed is to also use --dashboard
if you want to save/archive the logs.