Updating badges for org-apache-sling-scripting-bundle-tracker-it
1 file changed
tree: 1c489e4220a3dddf339724e79fd372f79dc8085c
  1. examples/
  2. it/
  3. .gitignore
  4. .gitmodules
  5. CODE_OF_CONDUCT.md
  6. CONTRIBUTING.md
  7. Jenkinsfile
  8. LICENSE
  9. pom.xml
  10. README.md
README.md

Build Status Test Status License scripting

Apache Sling Scripting Bundle Tracker Integration Tests

This project provides the integration tests and some test examples for the Apache Sling Scripting Bundle Tracker module.

How to

No matter if you want to run the integration tests or to check out the examples, you'll first have to initialise the experimental org-apache-sling-scripting-sightly submodule, which provides a slightly modified HTL engine, able to work with the Apache Sling Scripting Bundle Tracker.

git clone https://github.com/apache/sling-org-apache-sling-scripting-bundle-tracker.git
cd org-apache-sling-scripting-bundle-tracker
git submodule update

Integration Tests

To run the integration tests do:

mvn clean verify -Pit

Example

To play around with a sling instance on localhost port 8080 (override with -Dhttp.port=) that has the examples installed run:

mvn clean verify -Pexample