Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 486 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 486 Bytes

Things you need to have installed to run the docs:

To build the docs and run locally (command line):

mvn appengine:devserver

You will then be able to access them at:

http://localhost:8080

deploying to google appengine run:

mvn appengine:update

You will need to authenticate with google and this will only work if you have a @seleniumhq.org account.