The parser currently creates a timestamped JSON file including greater details for the results. While this can potentially be helpful for other applications and storing data, it often is not used and adds a lot of bloat to the testing directory when parsing multiple results. As such, it should be an opt-in feature where someone can choose to save a JSON file with a --save flag but not save the file by default.
The parser currently creates a timestamped JSON file including greater details for the results. While this can potentially be helpful for other applications and storing data, it often is not used and adds a lot of bloat to the testing directory when parsing multiple results. As such, it should be an opt-in feature where someone can choose to save a JSON file with a
--save
flag but not save the file by default.