diff --git a/README.md b/README.md index 46e7cf3a..cc3f88b2 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Change the path/name to the downloaded Selenium server file. ### Running tests locally -To run tests locally its a simple case of calling py.test from the Addon-Tests directory +To run tests locally it's a simple case of calling py.test from the Addon-Tests directory
You should specify the foloing argument for the selenium rc: --api=rc
The base url should be a valid instance of AMO: --baseurl=https://addons-dev.allizom.org/ @@ -52,7 +52,7 @@ To run tests locally its a simple case of calling py.test from the Addon-Tests d To run the user accounts tests: -1. Create a account on the Amo instance +1. Create an account on the AMO instance 2. Edit the credentials.yaml with your credentials 3. Run the tests with: