import {LocalServer} from '@serenity-js/local-server/lib/screenplay/questions'
LocalServer
Static Method Summary
Static Public Methods | ||
public static |
Retrieves the port number of the local server started using the StartLocalServer Interaction. |
|
public static |
Retrieves the URL of the local server started using the StartLocalServer Interaction. |
Static Public Methods
public static port(): Question<number> source
Retrieves the port number of the local server started using the StartLocalServer Interaction.
Tests:
public static url(): Question<string> source
Retrieves the URL of the local server started using the StartLocalServer Interaction.