aboutsummaryrefslogtreecommitdiff
path: root/testrunner/README
diff options
context:
space:
mode:
Diffstat (limited to 'testrunner/README')
-rw-r--r--testrunner/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/testrunner/README b/testrunner/README
new file mode 100644
index 0000000..8e38b8f
--- /dev/null
+++ b/testrunner/README
@@ -0,0 +1,10 @@
+= 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