Files
sf-sim/docs/sim-objenious/Get js script.bru

23 lines
363 B
Plaintext

meta {
name: Get js script
type: http
seq: 6
}
get {
url: https://cdnjs.cloudflare.com/ajax/libs/jsrsasign/8.0.20/jsrsasign-all-min.js
body: none
auth: inherit
}
script:post-response {
test("get response", function () {
bru.setGlobalEnvVar("jsrsasign-js", JSON.stringify(res.getBody()));
});
}
settings {
encodeUrl: true
timeout: 0
}