aboutsummaryrefslogtreecommitdiff
path: root/testrunner/README
diff options
context:
space:
mode:
Diffstat (limited to 'testrunner/README')
-rw-r--r--testrunner/README10
1 files changed, 0 insertions, 10 deletions
diff --git a/testrunner/README b/testrunner/README
deleted file mode 100644
index 8e38b8f..0000000
--- a/testrunner/README
+++ /dev/null
@@ -1,10 +0,0 @@
-= Notes on running the test suite =
-
-The following command installs the neccesary `webdriver` JAR files to satisfy
-the projects dependencies before testing:
-
- mvn install:install-file -Dfile=webdrivers-0.0.1-SNAPSHOT.jar \
- -DgroupId=com.galois.fiveui \
- -DartifactId=webdrivers \
- -Dversion=0.0.1-SNAPSHOT \
- -Dpackaging=jar