Class WebDriverSetupTest
java.lang.Object
com.atlassian.confluence.webdriver.WebDriverSetupTest
Deprecated.
since 7.14.0 , use SetupConfluenceTest from confluence-stateless-test-runner instead
Setups 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
FieldsModifier and TypeFieldDescriptionstatic DisableSslVerificationRuleDeprecated.com.atlassian.webdriver.testing.rule.JavaScriptErrorsRuleDeprecated.com.atlassian.webdriver.testing.rule.SessionCleanupRuleDeprecated.com.atlassian.webdriver.testing.rule.WebDriverScreenshotRuleDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidDeprecated.Since 5.6.voidDeprecated.
-
Field Details
-
webDriverScreenshotRule
public com.atlassian.webdriver.testing.rule.WebDriverScreenshotRule webDriverScreenshotRuleDeprecated. -
sessionCleanupRule
public com.atlassian.webdriver.testing.rule.SessionCleanupRule sessionCleanupRuleDeprecated. -
javaScriptErrorsRule
public com.atlassian.webdriver.testing.rule.JavaScriptErrorsRule javaScriptErrorsRuleDeprecated. -
disableSslVerificationRule
Deprecated.
-
-
Constructor Details
-
WebDriverSetupTest
public WebDriverSetupTest()Deprecated.
-
-
Method Details
-
installTestPlugins
Deprecated.Since 5.6. UseTestPlugins.setupTestPluginsForWebDriver(ConfluenceRpc)- Throws:
Exception
-
testSetup
Deprecated.- Throws:
Exception
-