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
Applicationand 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).