我想从以下位置发送我的参数:
* def d = call read ('datas.json')
在我的 js 文件中的方法中:
* header Authorization = call read('basic-auth.js') { username: 'd.usn', password: 'd.pw' }
(假设在 datas.json 我有usn
and pw
)
而不是写参数' john
'和' secret
'
* header Authorization = call read('basic-auth.js') { username: 'john', password: 'secret' }
如果我没有在官方回购中找到信息,我很抱歉,但任何答案都会非常有帮助:我需要这个几次并且没有发现问题。