Implicit method that returns a Application
instance.
The port used by the TestServer
.
Implicit PortNumber
instance that wraps port
.
Implicit PortNumber
instance that wraps port
. The value returned from portNumber.value
will be same as the value of port
.
the configured port number, wrapped in a PortNumber
Trait that defines abstract methods that providing a port number and implicit
Application
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
TestServer
s to tests. This trait is included in the self-type of OneBrowserPerSuite, and OneBrowserPerTest, and AllBrowsersPerTest, allowing you to select theWebDriver
strategy (i.e., the extent to whichWebDriver
s are shared between tests) independently from theTestServer
strategy (the extent to whichTestServer
s are shared between tests).