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 b49b5bb  fix link
b49b5bb is described below

commit b49b5bb52db85f51695aeccbadd113d28f731b1e
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Wed Sep 5 15:08:20 2018 +0200

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

diff --git a/karate-http-testing/README.md b/karate-http-testing/README.md
index b86f697..490ef49 100644
--- a/karate-http-testing/README.md
+++ b/karate-http-testing/README.md
@@ -9,7 +9,7 @@ To run these tests, start a Sling trunk instance on port 8080 
(separately for no
 
 The Karate HTML reports (`target/surefire-reports/TEST-sling.*.html`) then 
display detailed HTTP interactions if tests fail, it's very useful for 
troubleshooting.
 
-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.
+The test scenarios are found *.feature files under `src/test`, like 
[createContent.feature](src/test/java/sling/postservlet/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.
 

Reply via email to