37. Download a test suite
All runs of a test suite can be downloaded in raw NFS format as a ZIP file, ready to be imported to another Foretify Manager server, by the $FMANAGER/client/bin/download_regression utility.
Foretify Manager command: download_regression
$ download_regression [-h] --id <id> [<id> ...] \
[--dest <destination>] [--extra_data] [--file_filter <pattern>] \
[--host <hostname>] [--port <port>] [--https] \
[--user <username>]
Optional arguments
-h, --help- Show a help message and exit.
--id- Regression ID to download.
--destination- Target directory for the downloaded ZIP file. The default is the current directory.
--extra_data- Fetching extra (debug) data of runs. The default is to fetch the only run info and coverage models.
--file_filter- include only filenames matching wildcard pattern/s (comma-separated) with
extra_data(e.g.--file_filter run_data.pb*,*.log. Default is all) --host- Foretify Manager host name.
--port- Foretify Manager port. The default is 8080.
--https- Use Foretify Manager's secure HTTPS protocol. The default is HTTP.
--user- Name of a user account.