github.com/kubeshop/testkube@v1.17.23/contrib/executor/zap/examples/zap-tk-full.yaml (about)

     1  full:
     2    # -t target URL including the protocol
     3    target: https://www.example.com/
     4    # -c -u config file or URL
     5    config: /data/uploads/zap-tk-full.conf
     6    # -m the number of minutes to spider for (default 1)
     7    minutes: -1
     8    # -d show debug messages
     9    debug: false
    10    # -s short output
    11    short: true
    12    # -l minimum level to show: PASS, IGNORE, INFO, WARN or FAIL
    13    level: FAIL
    14    # -j use the Ajax spider in addition to the traditional one
    15    ajax: true
    16    # -I do not fail on WARN
    17    fail_on_warn: false