mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-16 04:11:29 +00:00
~ add bru.runRequest support for cli ~ add bru.runner.skipRequest, bru.runner.stopExecution support for cli
16 lines
154 B
Plaintext
16 lines
154 B
Plaintext
meta {
|
|
name: ping
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
get {
|
|
url: {{host}}/ping
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
script:pre-request {
|
|
bru.runner.stopExecution();
|
|
}
|