ᴀ
Size: a a a
ᴀ
БМ
カр
for (var i=0; i=100; i++) {
pm.test("User "+i+" is created", function () {
pm.sendRequest({
url: '{{PKM}}/users/create',
method: 'POST',
body: {
mode: 'raw',
raw: JSON.stringify({ email: "test"+i+"@test.com", login: "user"+i, password: "test", firstname: "Test"+i, lastname: "Test"})
}
}, function (err, res) {
console.log(res);
});
})
}
И
b
b
И
b
И
j
NT
NT
NT
ts
ts
NT