Constructor
new HtmlReporterV2Urls()
- Since:
- 6.0.0
Methods
configFromCurrentUrl() → {Configuration}
Creates a Configuration from the current page's URL.
Returns:
- Type
- Configuration
Example
const urls = new jasmine.HtmlReporterV2Urls();
env.configure(urls.configFromCurrentUrl());