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/07/27 09:49:45 UTC

[sling-whiteboard] branch master updated: add link

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 6958702  add link
6958702 is described below

commit 695870255c38d5aea5a38e04d57f053403eb385d
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Fri Jul 27 11:49:44 2018 +0200

    add link
---
 literate-http-testing/karate/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/literate-http-testing/karate/README.md b/literate-http-testing/karate/README.md
index 1d64432..ef23334 100644
--- a/literate-http-testing/karate/README.md
+++ b/literate-http-testing/karate/README.md
@@ -5,7 +5,7 @@ To run these tests, start a Sling trunk instance on port 8080 and run `mvn clean
 
 The Karate HTML output (like `target/surefire-reports/TEST-sling.postservlet.createcontent.createContent.html`) then displays the detailed HTTP interactions, it's very useful for debugging the tests.
 
-The test definitions are found *.feature files under `src/test`.
+The test definitions are found *.feature files under `src/test`, like [createContent.feature](src/test/java/sling/postservlet/createcontent/createContent.feature)
 
 Karate notes
 ------------