diff options
Diffstat (limited to 'lib/README.md')
| -rw-r--r-- | lib/README.md | 19 |
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 + +[](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 + |
