$ node dist/main.js tests/success_validate_retries/
[ Strest ] Found 1 test file(s)
[ Strest ] Schema validation: 1 of 1 file(s) passed
Waiting for 900 milliseconds
Testing maxRetries
✖ Testing maxRetries failed to validate. Retrying (30)... (0.167s)
[ Validation ] The JSON response value should have been Sat, 19 Jan 2019 17:49:56 GMT but instead it was Sat, 19 Jan 2019 17:49:51 GMT
Waiting for 900 milliseconds
Testing maxRetries
✖ Testing maxRetries failed to validate. Retrying (29)... (0.098s)
[ Validation ] The JSON response value should have been Sat, 19 Jan 2019 17:49:56 GMT but instead it was Sat, 19 Jan 2019 17:49:52 GMT
Waiting for 900 milliseconds
Testing maxRetries
✖ Testing maxRetries failed to validate. Retrying (28)... (0.137s)
[ Validation ] The JSON response value should have been Sat, 19 Jan 2019 17:49:56 GMT but instead it was Sat, 19 Jan 2019 17:49:53 GMT
Waiting for 900 milliseconds
Testing maxRetries
✖ Testing maxRetries failed to validate. Retrying (27)... (0.114s)
[ Validation ] The JSON response value should have been Sat, 19 Jan 2019 17:49:56 GMT but instead it was Sat, 19 Jan 2019 17:49:54 GMT
Waiting for 900 milliseconds
Testing maxRetries
✖ Testing maxRetries failed to validate. Retrying (26)... (0.097s)
[ Validation ] The JSON response value should have been Sat, 19 Jan 2019 17:49:56 GMT but instead it was Sat, 19 Jan 2019 17:49:55 GMT
$ node dist/main.js tests/success_validate_retries/ [ Strest ] Found 1 test file(s) [ Strest ] Schema validation: 1 of 1 file(s) passed
if Validation goes for retries it doesn't print responses till validation passes or fails (Current Behavior)
Desired behavior to have responses printed everytime it iterates the validation retries.