Skip to content

Commit

Permalink
some more words for the readme
Browse files Browse the repository at this point in the history
r12168
  • Loading branch information
Paul Hammant authored and Paul Hammant committed May 11, 2011
1 parent 7877ae9 commit 3d5f9a8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ As the build progresses, you'll see it report where the build outputs are being
./go test_htmlunit
./go test_ie

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

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

Expand All @@ -75,11 +75,15 @@ To run all the tests just run:

./go test

This will detect your OS and run all the tests that are known to be stable for every browser that's appropriate to use for all language bindings. This can take a healthy amount of time to run.

To run the minimal logical Selenium build:

./go test_javascript test_java

This will detect your OS and run all the tests that are known to be stable for every browser that's appropriate to use for all language bindings. This can take a healthy amount of time to run.
To get a list of tasks you could build, do:

./go -T

As a side note, none of the developers run tests using cygwin. It is very unlikely that the build will work as expected if you try and use cygwin.

Expand Down

0 comments on commit 3d5f9a8

Please sign in to comment.