The project shows how to use a cucumber/selenide to build automated tests.
The project goal is to show an example of implementation with use of a page object model design pattern.
Open terminal in the project and type:
mvn clean test
mvn clean test -Dselenide.browser=safari
In this case, we use the selenide property. Link to all selenide properties - link