Runs the integration test suite once per listed browser.
All tests run on each browser — including tests that would normally use the LiveView driver. This is for CI cross-browser coverage.
mix test.browsers --browsers chrome
mix test.browsers --browsers chrome,firefoxAny additional arguments are forwarded to mix test:
mix test.browsers --browsers chrome --only integration