An example application using selenide, a selenium wrapper. We will utilize a page object model dev pattern to layer out the test.
The test is run without springboot or a cucumber context. We run the test using JUnit.
###Benefits: This frontend functional test runs sub 10 seconds.