mirror of
https://github.com/usebruno/bruno.git
synced 2025-01-24 22:58:44 +01:00
17 lines
259 B
Plaintext
17 lines
259 B
Plaintext
meta {
|
|
name: folder-collection script-tests pre
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
post {
|
|
url: {{echo-host}}
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
script:pre-request {
|
|
bru.setVar('should-test-collection-scripts', true);
|
|
bru.setVar('should-test-folder-scripts', true);
|
|
}
|