Trait that defines abstract methods that providing a port number and implicit FakeApplication and a concrete
method that provides an implicit PortNumber that wraps the port number.
This trait is implemented by OneServerPerSuite,
OneServerPerTest, and
ConfiguredServer, each of which use a different strategy to
provide TestServers to tests. This trait is included in the self-type of
OneBrowserPerSuite, and
OneBrowserPerTest, and
AllBrowsersPerTest, allowing you to select
the WebDriver strategy (i.e., the extent to which WebDrivers are shared between tests) independently from the
TestServer strategy (the extent to which TestServers are shared between tests).
Trait that defines abstract methods that providing a port number and implicit
FakeApplicationand a concrete method that provides an implicit PortNumber that wraps the port number.This trait is implemented by OneServerPerSuite, OneServerPerTest, and ConfiguredServer, each of which use a different strategy to provide
TestServers to tests. This trait is included in the self-type of OneBrowserPerSuite, and OneBrowserPerTest, and AllBrowsersPerTest, allowing you to select theWebDriverstrategy (i.e., the extent to whichWebDrivers are shared between tests) independently from theTestServerstrategy (the extent to whichTestServers are shared between tests).