Skip to content

Commit

Permalink
more words
Browse files Browse the repository at this point in the history
r11940
  • Loading branch information
Paul Hammant authored and Paul Hammant committed Apr 9, 2011
1 parent 95c184a commit 638974c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,14 @@ As the build progresses, you'll see it report where the build outputs are being
./go test_firefox
./go test_htmlunit
./go test_ie

Note that the "test_chrome" target requires that you have the separate chromedriver binary available on your PATH. To run all the tests just run:

Note that the "test_chrome" target requires that you have the separate chromedriver binary available on your PATH.

If you are interested in a single language binding, try one of:

./go test_java

To run all the tests just run:

./go test

Expand Down

0 comments on commit 638974c

Please sign in to comment.