Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Commit

Permalink
mention --everywhere in README, and remove a lie
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhirsch committed Aug 14, 2012
1 parent 70db975 commit bd6f1c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion automation-tests/README.md
Expand Up @@ -15,13 +15,15 @@ If you want to run that single test against your ephemeral instance called 'foo'

If you want to run all the tests, create a dummy user, put its info in credentials.yaml, then do ```run.py --all``` to run all the tests, including 123done and myfavoritebeer tests.

If you want to run all the tests against all the browsers, using sauce labs credentials, then do ```run.py --everywhere```.

# I've got time. Tell me more!

OK, sure...

## how to run selenium tests inside the automation-tests directory against ephemeral, stage, or prod environments

Node bindings don't exist for Selenium 2 API (webdriver), so we're using python bindings instead. This requires some python-centric setup, but it shouldn't take more than 15 minutes or so to get up and running.
Node bindings aren't as mature as python for Selenium 2 API (webdriver), so we're using python bindings instead. This requires some python-centric setup, but it shouldn't take more than 15 minutes or so to get up and running.

These tests currently only hit myfavoritebeers and 123done domains. For example, to test an ephemeral install named foo.personatest.org, you can pass 'foo.123done.org' into the py.test baseurl parameter (this is covered again in the examples section).

Expand Down

0 comments on commit bd6f1c2

Please sign in to comment.