diff --git a/README.md b/README.md index 8384fc2..30ae273 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ - + + [![Documentation](https://img.shields.io/badge/skrape%7Bit%7D-docs-blue.svg)](https://docs.skrape.it) [![maven central](https://img.shields.io/maven-central/v/it.skrape/skrapeit-mockmvc.svg?color=0)](https://search.maven.org/search?q=g:it.skrape%20AND%20a:skrapeit-mockmvc&skrapeit-mockmvc=gav) @@ -12,7 +13,7 @@ [skrape{it} MockMvc Extension](https://docs.skrape.it) ====================================================== -An Extension for MockMvc tests to enable meaningful testing of controllers that that produces HTML. +An Extension for [Spring MockMvc](https://docs.spring.io/spring/docs/current/spring-framework-reference/testing.html#spring-mvc-test-framework) tests to enable meaningful testing of controllers that produces HTML. _**[skrape{it}](http://www.skrape.it)**_ is a Kotlin-based HTML testing and web scraping library that can be used seamlessly in Spring-Boot, Android or other JVM projects. @@ -20,6 +21,35 @@ It places particular emphasis on ease of use, a high level of readability, attention to performance through the use of non-blocking operations and is not bound to a specific test runner. +### Setup +> Gradle (Kotlin DSL): +>``` +>testCompile("it.skrape:skrapeit-core:+") +>testCompile("it.skrape:skrapeit-mockmvc:+") +>``` + +> Gradle (Groovy DSL): +>``` +>testCompile "it.skrape:skrapeit-core:+" +>testCompile "it.skrape:skrapeit-mockmvc:+" +>``` + +> Maven: +>``` +> +> it.skrape +> skrapeit-core +> LATEST +> test +> +> +> it.skrape +> skrapeit-mockmvc +> LATEST +> test +> +>``` + ### Read the Docs You'll always find documentation of the latest release at diff --git a/skrape.png b/skrape.png new file mode 100644 index 0000000..c60a752 Binary files /dev/null and b/skrape.png differ diff --git a/spring.png b/spring.png new file mode 100644 index 0000000..f6acff9 Binary files /dev/null and b/spring.png differ