You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2018/09/05 12:32:05 UTC

[sling-whiteboard] branch master updated: link to mini mocks

This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new bde7141  link to mini mocks
bde7141 is described below

commit bde71410bdbb63c1899cf7f81d0d25f595d80fa0
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Wed Sep 5 14:32:02 2018 +0200

    link to mini mocks
---
 karate-http-testing/README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/karate-http-testing/README.md b/karate-http-testing/README.md
index 7d2ae85..c06aa37 100644
--- a/karate-http-testing/README.md
+++ b/karate-http-testing/README.md
@@ -11,6 +11,8 @@ The Karate HTML output (like `target/surefire-reports/TEST-sling.postservlet.cre
 
 The test scenarios are found *.feature files under `src/test`, like [createContent.feature](src/test/java/sling/postservlet/createcontent/createContent.feature) which should be self-explaining - that's the goal of all this.
 
+See also https://github.com/bdelacretaz/karate-mini-mocks which is a minimal demonstration of the Karate "test doubles" which allow for mocking HTTP services with a very similar syntax than the feature tests.
+
 Karate notes
 ------------