Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 332 Bytes

File metadata and controls

9 lines (7 loc) · 332 Bytes

Selenide + Java + Junit + Page Object Models

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.