I am trying to run tests multiple times using TOTAL_LOOP_COUNT env variable like below
TOTAL_LOOP_COUNT=2 TEST_RESULTS_NAME=test-result TEST_RESULTS_IDENTIFIER=run1,run2
But this creates a directory "run1,run2" in system_logs directory.
How to assign separate run identifier for each iteration in the loop when using TOTAL_LOOP_COUNT ?
TOTAL_LOOP_COUNT=2 TEST_RESULTS_NAME=test-result TEST_RESULTS_IDENTIFIER=run1,run2
But this creates a directory "run1,run2" in system_logs directory.
How to assign separate run identifier for each iteration in the loop when using TOTAL_LOOP_COUNT ?
Comment