This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.testing.paxexam-0.0.2 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-paxexam.git
commit 675c386f9917b1fb399182de8db1003895c48f56 Author: Oliver Lietz <[email protected]> AuthorDate: Thu Jul 28 11:23:03 2016 +0000 add features and note about versions git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/testing/org.apache.sling.testing.paxexam@1754398 13f79535-47bb-0310-9956-ffa450edef68 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 7cb10a7..4610a42 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ Apache Sling Testing Pax Exam * _Sling's Karaf Features_ as `Option`s for Pax Exam (without Karaf) * `TestSupport` with common helper methods and `Option`s +**Provided features:** + +* run integration tests in a Sling instance in the same module (with the build artifact under test) +* use different versions in build (e.g. *minimal*) and tests (e.g. *latest*) +* overriding of versions + Getting Started --------------- @@ -56,3 +62,7 @@ Create a test class (extend `TestSupport` to use helper methods and `Option`s) a slingScriptingThymeleaf() // from SlingOptions (for illustration) ); } + +**Overriding (or adding) versions:** + + SlingOptions.versionResolver.setVersion(SLING_GROUP_ID, "org.apache.sling.jcr.oak.server", "1.1.0"); -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
