README.md in rspec-tracer-0.6.0 vs README.md in rspec-tracer-0.6.1

- old
+ new

@@ -37,10 +37,11 @@ * [CI](#ci) * [LOCAL_AWS](#local_aws) * [RSPEC_TRACER_NO_SKIP](#rspec_tracer_no_skip) * [RSPEC_TRACER_S3_URI](#rspec_tracer_s3_uri) * [RSPEC_TRACER_UPLOAD_LOCAL_CACHE](#rspec_tracer_upload_local_cache) + * [RSPEC_TRACER_VERBOSE](#rspec_tracer_verbose) * [TEST_SUITES](#test_suites) * [TEST_SUITE_ID](#test_suite_id) * [Sample Reports](#sample-reports) * [Examples](#examples) * [Flaky Examples](#flaky-examples) @@ -189,9 +190,17 @@ ### RSPEC_TRACER_UPLOAD_LOCAL_CACHE By default, RSpec Tracer does not upload local cache files. You can set this environment variable to `true` to upload the local cache to S3. + +### RSPEC_TRACER_VERBOSE + +To print the intermediate steps and time taken, use this environment variable: + +```sh +export RSPEC_TRACER_VERBOSE=true +``` ### TEST_SUITES Set this environment variable when using test suite id. It determines the total number of different test suites you are running.