From a5de5fd4775234464db6c33536af90c1a9ab521a Mon Sep 17 00:00:00 2001 From: Vitali Shulha Date: Mon, 16 Jun 2014 16:24:58 +0300 Subject: [PATCH 1/2] update thucydides, hamcrest and junit version --- thucydides-showcase-simple-webtests/pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/thucydides-showcase-simple-webtests/pom.xml b/thucydides-showcase-simple-webtests/pom.xml index a2d8192..29d6dce 100644 --- a/thucydides-showcase-simple-webtests/pom.xml +++ b/thucydides-showcase-simple-webtests/pom.xml @@ -12,7 +12,7 @@ UTF-8 - 0.6.0 + 0.9.229 firefox /Applications/Opera.app 0 @@ -47,10 +47,16 @@ groovy-all 1.8.4 + + org.hamcrest + hamcrest-library + 1.3 + test + junit junit - 4.8.2 + 4.11 test @@ -58,12 +64,6 @@ lambdaj 2.3.1 - - org.hamcrest - hamcrest-library - 1.3.RC2 - test - From 707824ba845bb2d1843031f34fb24c688844b564 Mon Sep 17 00:00:00 2001 From: Vitali Shulha Date: Mon, 16 Jun 2014 16:28:49 +0300 Subject: [PATCH 2/2] added README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3a1f348 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +thucydides-showcase +=================== + +Demonstration projects using Thucydides + +Run with Maven +=================== +``` +mvn clean verify thucydides:aggregate -Dmaven.test.failure.ignore=true +```