Dirk Rudolph created SLING-6067:
-----------------------------------
Summary: DefaultPropertyBasedCustomizer should be able to deploy
additional bundles as test preparation
Key: SLING-6067
URL: https://issues.apache.org/jira/browse/SLING-6067
Project: Sling
Issue Type: Improvement
Components: Testing
Affects Versions: JUnit Tests Teleporter 1.0.8
Reporter: Dirk Rudolph
Priority: Minor
In general the examples of teleporter based integration tests are using
slingstart projects to execute them, where slingstart provisions and starts a
new sling instance to run the tests on.
In our more advanced usecase we want to run those integration tests against a
dedicated already provisioned instance. (not Sling, but AEM). To ensure that
the most recent build of the bundle to test ist deployed we need to deploy it
before we run the tests. At the moment we do so using CI or locally but as an
individual step.
It would be nice, when the teleporter would allow to configure bundles which
get deployed before the actual test runs. So we could deploy and run the test
in the same step of our build.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)