aboutsummaryrefslogtreecommitdiff
path: root/testrunner/README
blob: 8e38b8f7b0473dfd86578bfc7ca7075649d048a2 (plain)
1
2
3
4
5
6
7
8
9
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