You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pipeline:
check_regression:
image: blippar/drone-aragornpull: truetarget_url: https://my.service.com # Aragorn target url for all specified test suitessuites: # Aragorn test suites to run (required)
- .aragorn/test1.suite.json
- .aragorn/test2.suite.jsoninsecure: true # Ignore TLS verification while running test against secure endpoint (default: false)jaeger_addr: my.jaeger.com:4242 # will activate jaeger based tracing and forward to passwed url (optional)failfast: true # will activate failfast mode where aragorn will stop after the first test failuredebug: true # will activate debug mode for the plugin (default: false)
Using an environment config
pipeline:
check_regression:
image: blippar/drone-aragornpull: trueconfig: .aragorn/live.env.json # run a specific env configjaeger_addr: my.jaege.com:4242 # will activate jaeger based tracing and forward to passwed url (optional)failfast: true # will activate failfast mode where aragorn will stop after the first test failuredebug: true # will activate debug mode for the plugin (default: false)