added

Export additional artifacts from the mabl CLI

New to mabl is the ability to export all artifacts from a given test run in a single CLI command. Rather than exporting each one-by-one through the UI, the CLI will easily export them all easily. This can be especially useful for use cases where you want to archive this data somewhere or extract it in bulk for additional processing.

Use the $ mabl test-runs export --types [types] command followed by one or more of the following to export these artifacts:

  • Screenshots - screenshots
  • DOM snapshots - doms
  • HAR files - hars
  • Step traces (plan Chrome runs-only) - traces