Hello 👋 Big thank you for your library, it made it possible to easily test my live_vue project.
Just one small question: I enjoy running all my tests with mix test, no matter if they're e2e or not. Just, starting up to 20 browsers (default --max-case) times out on my machine. I can limit it to --max-cases 4 or similar and then it works, but then it also limits normal unit tests parallelism.
Would it be hard to introduce a config option to reduce number of simultaneously active headless browsers?