Guilherme Puida
90576a9620
Use get_non_default_options to filter logs
...
This uses the previously created get_non_default_options instead of
inline logic when logging runner options.
Also fixes integration tests.
2023-09-28 15:11:44 -03:00
Guilherme Puida
ff366b581e
Log only non-default options in verbose mode
...
This patch alters the logging of options to only display non-default
options when running with --verbose. The behavior of --very-verbose
is not affected.
This commit also fixes all integration tests that were broken with
the change to the logger output.
2023-09-27 20:14:41 -03:00
Fabrice Reix
11628d4766
Add delay CLI option
2023-09-13 16:18:28 +02:00
Fabrice Reix
97ceb24e8b
Replace fail-at-end option with continue-on-error option
2023-08-12 08:20:17 +02:00
Fabrice Reix
b5277b3349
Update --retry option to match curl option
2023-06-01 17:26:26 +02:00
jcamiel
e85354f0eb
Add retry-max-count option.
2022-10-18 11:51:49 +02:00
jcamiel
104360a05d
Update integration tests.
2022-10-16 10:42:42 +02:00
jcamiel
3fc7b7744b
Make verbose and very-verbose logs more colored.
2022-08-05 17:27:38 +02:00
jcamiel
74efc91da3
Create bas logger for basic error and logger for a run file.
2022-08-03 17:58:02 +02:00
jcamiel
59a3e24c40
Rationalize log functions usages.
2022-08-01 15:19:09 +02:00
jcamiel
057814555d
Fix log verbose case.
2022-05-08 15:56:11 +02:00
jcamiel
51dedfed14
Split integration tests between tests_ok / tests_failed repository.
2022-02-14 16:24:39 +01:00