added

Mabl CLI with Chromium Docker Images

Mabl now publishes a docker image that packages the mabl cli with a fully configured chromium browser. This now makes it easier than ever to execute headless mabl tests seamlessly inside your CI/CD pipeline. The mabl cli chromium image provides a chromium image that's fully validated and compatible with the packaged cli version.

Example usage of the new docker image:

docker run -e MABL_REST_API_KEY=$YOUR_API_KEY --rm mablhq/mabl-cli-chromium \
  tests run \
  --id <test_id> \
  --environment-id <environment_id> \
  --headless

The cli+chromium image can also be used to execute other mabl clie commands but we still recommend using the slimmer mabl cli only docker image for use cases that don't require executing tests.

🚧

Only headless runs on chromium are supported using this image.