public class PhantomJsTestRunner extends Object
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
LOG_LEVEL_PATTERN |
| Constructor and Description |
|---|
PhantomJsTestRunner(String phantomjs,
String testPageUrl,
String testResultFilename,
String testRunner,
int timeout,
int maxRetriesOnCrashes,
boolean phantomjsDebug,
boolean phantomjsWebSecurity,
org.apache.maven.plugin.logging.Log log) |
public static final Pattern LOG_LEVEL_PATTERN
public PhantomJsTestRunner(String phantomjs, String testPageUrl, String testResultFilename, String testRunner, int timeout, int maxRetriesOnCrashes, boolean phantomjsDebug, boolean phantomjsWebSecurity, org.apache.maven.plugin.logging.Log log)
phantomjs - the binary to executetestPageUrl - the URL of the test page to loadtestResultFilename - the file to write the test result intotestRunner - the test bootstrap script to be loaded in phantomjstimeout - timeout in secondsmaxRetriesOnCrashes - number of retries when receiving unexpected result from phantomjs (crash?)phantomjsDebug - phantomjsWebSecurity - log - the maven logCopyright © 2002–2017 CoreMedia AG. All rights reserved.