Size: a a a

Postman | Community

2022 February 10

DM

David Mills in Postman | Community
can runner be integrated in splunk for example with plugins?
источник

СС

Сергей Сергей... in Postman | Community
I never used splunk before, probably if you need more than running tests an checking statuses. You should move to a better tests on JS/Java/Python
источник

DM

David Mills in Postman | Community
when i launch my

newman runner collectoin.json -e env.json

i get:

/usr/local/lib/node_modules/newman-reporter-htmlextra/lib/index.js:377
           default: (this.summary.collection.name).match(pattern) ?
источник

DM

David Mills in Postman | Community
what's the problem?
источник

НХ

Никита Хитрый... in Postman | Community
is there a typo?
collectoin.json -> collection.json
источник

DM

David Mills in Postman | Community
Unfortunately not :(
источник

NV

Nick Verbitsky in Postman | Community
Shouldn't it be newman run instead of newman runner?
источник

DM

David Mills in Postman | Community
Sorry, i wrote it faster. I launched the right command

Newman run coll.json -e env.json -r htmlextra
источник

DM

David Mills in Postman | Community
i mean, i installed newman with npm install -g newman
источник

DM

David Mills in Postman | Community
should i  launch the command from the same folder where my json files are stored?
источник

NV

Nick Verbitsky in Postman | Community
Yes, you can do that since newman was installed globally.
источник

NV

Nick Verbitsky in Postman | Community
Apparently, the issue is caused by the fact that target file is not ending with .postman_collection.json
источник

DM

David Mills in Postman | Community
R u sure? I actually renamed them to avoid dots in the names
источник

NV

Nick Verbitsky in Postman | Community
Not really, didn't manage to reproduce it locally.
источник

NV

Nick Verbitsky in Postman | Community
The strange thing is htmlextra is throwing the error, despite we're not specifying any reporters in the command line.
источник
2022 February 11

O

Oleg in Postman | Community
Ребят в постмане можно ли както ввести часть кода в тестах вообще в отдельный файл?
источник

O

Oleg in Postman | Community
Чтоб не прописывать один и тот же код в каждом запросе
источник

S

Supermassive black h... in Postman | Community
Ты можешь вынести все бади например в переменную
источник

S

Supermassive black h... in Postman | Community
И если надо коррективы - далать их в пре реквесте
источник

O

Oleg in Postman | Community
это как по подробнее )
источник