summaryrefslogtreecommitdiffstats
path: root/lib/README.md
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-12-14 00:41:19 +0100
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-12-14 00:41:19 +0100
commit872c4e65f6d740d60acf378838f843e8586255c9 (patch)
treedffc5c51216b24974ab03bb35415e65d3ea57186 /lib/README.md
parent5f30a827fc84af1e54f0716a49995e98a044ebd6 (diff)
downloadJCatalog-872c4e65f6d740d60acf378838f843e8586255c9.tar.gz
JCatalog-872c4e65f6d740d60acf378838f843e8586255c9.zip
Port the tests to JWebUnit
Diffstat (limited to 'lib/README.md')
-rw-r--r--lib/README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/README.md b/lib/README.md
new file mode 100644
index 0000000..cf46e8b
--- /dev/null
+++ b/lib/README.md
@@ -0,0 +1,19 @@
+### JWebUnit
+
+[![Build Status](https://travis-ci.org/JWebUnit/jwebunit.svg)](https://travis-ci.org/JWebUnit/jwebunit)
+
+https://jwebunit.github.io/jwebunit/
+
+JWebUnit is a Java framework that facilitates creation of acceptance tests for
+web applications. It evolved from a project where we were using HttpUnit and
+JUnit to create acceptance tests. As the tests were being written, they were
+continuously refactored to remove duplication and other bad smells in the test
+code. JWebUnit is the result of these refactorings.
+We are using HtmlUnit (htmlunit.sourceforge.net).
+
+Changes in this version are available here:
+https://jwebunit.github.io/jwebunit/changes-report.html
+
+Have fun!
+-The JWebUnit team
+