Update the MasterQA ReadMe

This commit is contained in:
Michael Mintz 2016-07-20 04:37:04 -04:00
parent 6ac2166441
commit b80b21137b
1 changed files with 3 additions and 7 deletions

View File

@ -31,19 +31,15 @@ Here's another example that demonstrates the results page that appears after ans
Here's how to install and run MasterQA from scratch:
### Install SeleniumBase and run the example test:
### Install SeleniumBase and run the example tests:
```bash
git clone https://github.com/seleniumbase/SeleniumBase.git
cd SeleniumBase
pip install -r requirements.txt
python setup.py install
cd examples
nosetests masterqa_test.py --with-selenium # (This defaults to Firefox)
nosetests basic_masterqa_test.py --with-selenium
nosetests masterqa_test.py --with-selenium
```
At the end of your test run, you'll receive a report with results, screenshots, and log files. (Add ``--browser=chrome`` to your run command in order to use Chrome instead of Firefox, which requires Chromedriver installed.)