Automating tests on a web front end is not the most important level in the test automation pyramid, but it is critical from a user perspective. If it is not done with a lean architecture and good use of software engineering practices, we will have a lot of maintenance and abandonment of tests in this layer. A test framework using Selenium WebDriver with the Page Object model; some design patterns; parallel execution for multiple browsers, using containers that can auto-scale and support a large test suite; and putting all this together in a test pipeline may be a good strategy for smashing the bugs and maintaining the high quality of your application without add complexity on the test framework.
The project that contains this architecture tips can be found at https://github.com/eliasnogueira/selenium-java-lean-test-achitecture