mix test.browsers (wallabidi v0.4.0-rc.3)

Copy Markdown View Source

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,firefox

Any additional arguments are forwarded to mix test:

mix test.browsers --browsers chrome --only integration