Install browsers for your Momentic tests. Here are the supported browsers.

npx momentic install-browsers [options] [browsers...]
  • [browsers…]: The browsers to install. You can specify multiple browsers separated by spaces. Available browsers are chromium, chrome, and chrome-for-testing.

Options

--force

Force the installation of the specified browsers, even if they are already installed.

npx momentic install-browsers chromium --force

--all

Install all supported browsers. This is equivalent to specifying chromium, chrome, and chrome-for-testing.

npx momentic install-browsers --all