You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently only a single Atlassian product is started upon integration tests. Many integration tests, however, require to access multiple Atlassian products while running. These are e.g. for Confluence:
user-directories (crowd)
application-links (eg. jira)
gadgets (eg. jira)
We need the ability to launch multiple Atlassian servers in order to be able to execute all necessary integration tests. Currently some tests are already prepared for these tests. They are annotated with
@Ignore("cannot be executed because there is no default user with restricted access rights")
and can be found in the it.de.aservo.atlassian.confapi.rest package.
The text was updated successfully, but these errors were encountered:
pathob
changed the title
Implement circleCI integration testing builds with multiple Atlassian products
Implement CI testing builds with multiple Atlassian products
Dec 9, 2021
Currently only a single Atlassian product is started upon integration tests. Many integration tests, however, require to access multiple Atlassian products while running. These are e.g. for Confluence:
We need the ability to launch multiple Atlassian servers in order to be able to execute all necessary integration tests. Currently some tests are already prepared for these tests. They are annotated with
and can be found in the
it.de.aservo.atlassian.confapi.rest
package.The text was updated successfully, but these errors were encountered: