Class WebDriverSetupTest
- java.lang.Object
-
- com.atlassian.confluence.webdriver.selenium3.WebDriverSetupTest
-
@Deprecated public class WebDriverSetupTest extends Object
Deprecated.since 7.14.0 , use SetupConfluenceTest from confluence-stateless-test-runner insteadSetups up Confluence for Web Driver tests.A standard install is done through the setup wizard with a commercial license and the Functest Rpc plugin is installed.
This test also visits some pages after setup to cater for initial javascript load time and stop tests from intermittent failures.
We can pass system properties to control setup flow -Dsetup.type (evaluation or production): set setup type to evaluation or production (default) -Dsetup.enter.license.type (enterLicense or loginMAC): set enter license type to loginMAC or enterLicense(default) -DdisableOnboarding: disable confluence onboarding when run setup test (enable by default) -DuseExampleSite: use example site (include demonstration space) instead of empty site(default)
-
-
Field Summary
Fields Modifier and Type Field Description static DisableSslVerificationRule
disableSslVerificationRule
Deprecated.com.atlassian.webdriver.testing.rule.JavaScriptErrorsRule
javaScriptErrorsRule
Deprecated.com.atlassian.webdriver.testing.rule.SessionCleanupRule
sessionCleanupRule
Deprecated.com.atlassian.webdriver.testing.rule.WebDriverScreenshotRule
webDriverScreenshotRule
Deprecated.
-
Constructor Summary
Constructors Constructor Description WebDriverSetupTest()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static void
installTestPlugins(ConfluenceRpc rpc)
Deprecated.Since 5.6.void
testSetup()
Deprecated.
-
-
-
Field Detail
-
webDriverScreenshotRule
public com.atlassian.webdriver.testing.rule.WebDriverScreenshotRule webDriverScreenshotRule
Deprecated.
-
sessionCleanupRule
public com.atlassian.webdriver.testing.rule.SessionCleanupRule sessionCleanupRule
Deprecated.
-
javaScriptErrorsRule
public com.atlassian.webdriver.testing.rule.JavaScriptErrorsRule javaScriptErrorsRule
Deprecated.
-
disableSslVerificationRule
public static DisableSslVerificationRule disableSslVerificationRule
Deprecated.
-
-
Method Detail
-
installTestPlugins
@Deprecated public static void installTestPlugins(ConfluenceRpc rpc) throws Exception
Deprecated.Since 5.6. UseTestPlugins.setupTestPluginsForWebDriver(ConfluenceRpc)
- Throws:
Exception
-
-