Class TestOpenLdap
java.lang.Object
com.atlassian.jira.pageobjects.JiraWebDriverTest
com.atlassian.jira.pageobjects.BaseJiraWebTest
com.atlassian.jira.webtest.webdriver.tests.cuj.ldap.TestBaseLdap
com.atlassian.jira.webtest.webdriver.tests.cuj.ldap.TestOpenLdap
Tests using OpenLDAP as a directory provider in Jira.
To run those tests locally from IntelliJ: - Start an OpenLDAP server on localhost:10389 + `docker run --rm -p 10389:10389 ghcr.io/rroemhild/docker-test-openldap:master` + note: you can check `jira-webdriver-tests-runner/pom.xml` to make sure the image did not change - Start Jira as you normally would, e.g. using `./jmake debug -sh -rp -p 2990` - Run tests from this class directly from the IDE
-
Field Summary
Fields inherited from class com.atlassian.jira.webtest.webdriver.tests.cuj.ldap.TestBaseLdap
userDirectoriesPageFields inherited from class com.atlassian.jira.pageobjects.BaseJiraWebTest
jiraWebTestClassRules, webTestRuleFields inherited from class com.atlassian.jira.pageobjects.JiraWebDriverTest
backdoor, jira, logger, mailHelper, pageBinder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidconfigureDirectoryWithAllSettings(String directoryName) protected voidverifyDirectorySettingsPersist(String directoryName) Methods inherited from class com.atlassian.jira.webtest.webdriver.tests.cuj.ldap.TestBaseLdap
adminShouldCreateGenericDirectoryWithoutBaseDn, adminShouldNotCreateDirectoryWithDuplicateName, adminShouldNotSaveConfigurationWithInvalidPassword, adminShouldPersistAllDirectorySettingsWhenConfiguredAndSaved, adminShouldProvideBaseDnForSpecificDirectoryTypes, adminShouldSeeBaseDnAsOptionalField, setUpMethods inherited from class com.atlassian.jira.pageobjects.JiraWebDriverTest
getBackdoor, getBaseClassRule, getBaseRule
-
Constructor Details
-
TestOpenLdap
public TestOpenLdap()
-
-
Method Details
-
configureDirectoryWithAllSettings
- Specified by:
configureDirectoryWithAllSettingsin classTestBaseLdap
-
verifyDirectorySettingsPersist
- Specified by:
verifyDirectorySettingsPersistin classTestBaseLdap
-