From a0d56323e4b4e79e304ab6493d3e70d8f7b3fb54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Cs=C3=A1kv=C3=A1ri?= Date: Sat, 20 May 2017 11:40:22 +0200 Subject: [PATCH] Update readme.md --- readme.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 9e9a4a1..b8592bf 100644 --- a/readme.md +++ b/readme.md @@ -19,7 +19,9 @@ Instead, it aims to be a small tool that can be dropped into a project to do its so you can worry much less about expressing assertions, and still have meaningful failure messages. -Supports Java 7 and above. +Supports [JUnit 4](https://github.com/dodie/scott/tree/master/scott-examples/junit4), +[JUnit 5](https://github.com/dodie/scott/tree/master/scott-examples/junit5), +and [Cucumber-JUnit](https://github.com/dodie/scott/tree/master/scott-examples/cucumber). > **Scott**: All systems automated and ready. A chimpanzee and two trainees could run her. @@ -141,7 +143,7 @@ but until then add this to your *pom.xml* file: hu.advancedweb scott - 2.0.1 + 3.0.0 test @@ -156,8 +158,8 @@ but until then add this to your *pom.xml* file: ``` -For a demo check out and ```mvn install``` the [scott-example](https://github.com/dodie/scott/tree/master/scott-examples/junit4) project -that contains the required setup configuration to use Scott (see [pom.xml](https://github.com/dodie/scott/tree/master/scott-examples/junit4/pom.xml)) +For a demo check out and ```mvn install``` the [JUnit 4](https://github.com/dodie/scott/tree/master/scott-examples/junit4) or the [JUnit 5](https://github.com/dodie/scott/tree/master/scott-examples/junit4) sample projects +that contains the required setup configuration to use Scott (see the ```pom.xml``` files) and a bunch of failing tests for the show.