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