This is an automated email from the ASF dual-hosted git repository.
bdelacretaz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git.
from 80c1667 Update README
new 63c3460 Karate skeleton, from mvn archetype
new 64f5113 Remove examples, first Sling tests skeleton
new 4288be6 Use Karate naming conventions
new c71f0d6 First Sling scenario
new 1c6bafe More comments
new 3f3e545 README
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
literate-http-testing/README.md | 4 ++
literate-http-testing/karate/pom.xml | 56 ++++++++++++++++++++++
.../karate/src/test/java/karate-config.js | 18 +++++++
.../karate/src/test/java/logback-test.xml | 24 ++++++++++
.../karate/src/test/java/sling/SlingTest.java | 9 ++++
.../createcontent/createContent.feature | 44 +++++++++++++++++
6 files changed, 155 insertions(+)
create mode 100644 literate-http-testing/README.md
create mode 100644 literate-http-testing/karate/pom.xml
create mode 100644 literate-http-testing/karate/src/test/java/karate-config.js
create mode 100644 literate-http-testing/karate/src/test/java/logback-test.xml
create mode 100644
literate-http-testing/karate/src/test/java/sling/SlingTest.java
create mode 100644
literate-http-testing/karate/src/test/java/sling/postservlet/createcontent/createContent.feature