From d35a4ee2d4d2492aa1fe5add607bc0a21daefa11 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Thu, 18 Feb 2016 19:02:42 -0500 Subject: [PATCH] Simplify the nosetests call --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6414050e..8ceb358f 100755 --- a/README.md +++ b/README.md @@ -230,7 +230,7 @@ class MyTestClass(BaseCase): Now run it: ```bash -nosetests test_fail.py --browser=chrome --with-selenium --with-testing_base --with-basic_test_info --with-page_source --with-screen_shots -s +nosetests test_fail.py --browser=chrome --with-selenium --with-testing_base -s ``` You'll notice that a logs folder was created to hold information about the failing test, and screenshots. Take a look at what you get. Remember, this data can be saved in your MySQL DB and in S3 if you include the necessary plugins in your run command (and if you set up the neccessary connections properly). For future test runs, past test results will get stored in the archived_logs folder.