Skip to main content
Install browsers for your Momentic tests. Here are the supported browsers.
npx momentic install-browsers [options] [browsers...]

Arguments

[browsers...]
array
The browsers to install. You can specify multiple browsers separated by spaces. Available browsers are chromium, chrome, and chrome-for-testing. See the supported browsers page for the differences between each.

Options

--force
boolean
Force the installation of the specified browsers, even if they are already installed.
--all
boolean
Install all supported browsers. This is equivalent to specifying chromium, chrome, and chrome-for-testing.