public class RunnerOptions extends Object
| Constructor and Description |
|---|
RunnerOptions() |
public RunnerOptions testConcurrency(int testConcurrency)
public Integer getTestConcurrency()
public RunnerOptions apiKey(String apiKey)
public String getApiKey()
public RunnerOptions serverUrl(String serverUrl)
public String getServerUrl()
public RunnerOptions proxy(AbstractProxySettings proxySettings)
public AbstractProxySettings getProxy()
public RunnerOptions autProxy(AbstractProxySettings autProxy)
public RunnerOptions autProxy(AbstractProxySettings autProxy, String[] domains)
autProxy(AbstractProxySettings)public RunnerOptions autProxy(AbstractProxySettings autProxy, String[] domains, AutProxyMode mode)
AutProxyMode.ALLOW
or for requests sent to domains other than the given domains (if mode is AutProxyMode.BLOCK.
If the AUT proxy is set, it cannot be changed again for those specific requests by any means.
If AUT proxy is set to null, the behavior will be the same as autProxy(AbstractProxySettings)public RunnerOptions autProxy(AutProxySettings autProxy)
public AutProxySettings getAutProxy()
public RunnerOptions logHandler(LogHandler logHandler)
public LogHandler getLogHandler()
Copyright © 2023. All rights reserved.