Mabl uses the Chrome app installed on your local machine for training and local test execution. However, it is possible to update the browser path to a different chromium browser, such as Microsoft Edge.
For browser tests, mabl only supports training and local test execution in Chrome. Incorrectly configuring the browser path may break test creation and editing.
In the Desktop App
To update the browser path for training and local test execution in the Desktop App, take the following steps:
- Open the Preferences menu: Edit > Preferences.
- In the Browser tab, click on the "Chrome path" field.
- In the file selection dialog, select the chromium browser you want to use.
Updating the browser path in Preferences
To switch back to the default Chrome path, click on the X to clear the manually configured browser path.
In the CLI
To update the browser path for local tests triggered from the mabl CLI, use the following command:
mabl config set browser.path <path-to-chromium-path>