public class WithBrowser
extends WithServer
Provides a server and browser to JUnit tests. Make your test class extend this class and an application, a server and a browser will be started before each test is invoked.
You can setup the fake application to use, the port and the browser to use by overriding the provideFakeApplication, providePort and provideBrowser methods, respectively.
Within a test, the running application, the TCP port and the browser are available through the app, port and browser fields, respectively.