added

Export mabl tests to Selenium IDE and more

You can now export mabl tests into various formats with the mabl CLI (version 0.1.10-beta). Supported export formats are:

Selenium IDE

The mabl CLI allows you to export mabl tests and import them into Selenium IDE, which is an open source record and playback tool for web UI automation with Selenium WebDriver.

Selenium IDE export docs.

$ mabl tests export <test-id> --format side

YAML & CSV

You can also export your test to a yaml or csv file. This export will include all step types, descriptions, and user annotations. This can be used to track test descriptions externally from mabl

$ mabl tests export <test-id> --format csv
$ mabl tests export <test-id> --format yaml