private static WebDriverProvider webDriverProvider = null;
@Impl
public synchronized static TestServletConfig auraJettyServletTestInfo() throws Exception {
if (testServletConfig == null) {
testServletConfig = new JettyTestServletConfig();
}
return testServletConfig;
}