Richard Cordovano ba9e2f7fcc
Merge pull request #3345 from zhhl/3412-updatehtmlreportPath
3412: rename index.html to report.html and move html report files to …
2018-01-09 15:04:14 -05:00
..

This folder contains the data and scripts required to run regression tests
for Autopsy. There is a 'Testing' folder in the root directory that contains
the Java code that drives Autopsy to perform the tests. 

To run these tests:
- You will need python3.  We run this from within Cygwin.
- Download the input images by typing 'ant test-download-imgs' in the root Autopsy folder.
  This will place images in 'test/input'.
- Run 'python3 regression.py' from inside of the 'test/scripts' folder.
- Alternatively, run 'python3 regression.py -l [CONFIGFILE] to run the tests on a specified
  list of images using a configuration file. See config.xml in the 'test/scripts' folder to
  see configuration file formatting.
- Run 'python3 regression.py -h' to see other options.