Add the ability to save screenshots at the end of tests
Add the ability to save screenshots at the end of tests.
This adds the feature for passing tests. (This feature already existed for failing tests automatically.)
Check the latest_logs folder for the images.
Usage: (on the command line when running tests)
--save_screenshot
The screenshot will be taken right before the browser is closed.