From b80b21137b64921ceffa78e812512059d6a1c43e Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Wed, 20 Jul 2016 04:37:04 -0400 Subject: [PATCH] Update the MasterQA ReadMe --- seleniumbase/masterqa/ReadMe.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/seleniumbase/masterqa/ReadMe.md b/seleniumbase/masterqa/ReadMe.md index 02baf908..3779944e 100755 --- a/seleniumbase/masterqa/ReadMe.md +++ b/seleniumbase/masterqa/ReadMe.md @@ -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.)