Constructor
new HtmlReporterV2Urls()
- Since:
- 6.0.0
Methods
configFromCurrentUrl() → {Configuration}
Creates a Configuration from the current page's URL. Supported
query string parameters include all those set by HtmlReporterV2
as well as spec=partialPath, which filters out specs whose paths don't
contain partialPath.
Returns:
- Type
- Configuration
Example
const urls = new jasmine.HtmlReporterV2Urls();
env.configure(urls.configFromCurrentUrl());