Sorry, we don't support your browser.  Install a modern browser
This post is closed.

Postman / Newman integraiton#159

We do API testing with postman and execute with newman. We’d like to testomat.io to have native integration with such tools so we can use testomat.io for API testing

2 years ago
1
Changed the status to
Planned
a year ago
Changed the status to
In Progress
a year ago

All, please let us know your requirements for this if you want this integration to work in some specific way.

a year ago
1

It would be great to have a concrete reporter for newman that publish the results to a given project in Testomat. Pasting the link to an example for inspiration: https://www.npmjs.com/package/newman-reporter-testrail-e2e

a year ago

Extra information like, how long it took to run the test etc will be welcome

a year ago
Changed the status to
Beta Testing
a year ago

first beta version is available for testing

https://www.npmjs.com/package/newman-reporter-testomatio

a year ago

Thanks! we will give a try this week and let you know our findings

a year ago

I have newman and reporter installed globally but it seems newman can’t find the reporter. (Please note I have replaced the key with XXXX because of the attached screenshot)

a year ago

@Daniel Ortiz Esquivel @Daniel Oe please report to gihub ticket https://github.com/testomatio/reporter/issues/76 thanks

a year ago
1

@Daniel Oe let me help you.
Looks like you are doing everything in a right way!
Give me several hours to investigate and I will back to you with result or questions. By the way, what is your node version? (node -v)

a year ago

My node version is v18.1.0. In case it helps, I’m using NVM to manage Node

a year ago
1

@Daniel Oe can’t find the reason for now. As workaround could you please try to do next:

  1. create a simple project using npm init
  2. install newman-reporter-testomatio here: npm i newman-reporter-testomatio
  3. run tests as you did before but with “npx” at the beginning:
    npx newman ...
a year ago

@Daniel Oe @Oleksandr Pelykh please move conversation to https://github.com/testomatio/reporter/issues/76

a year ago
1

I have tried a simple step – npm i newman-reporter-testomatio newman -g on a new machines (Mac and Ubuntu) and everything works fine. Probably something is wrong with your configuration.
I am sure run via npx will help. But if you need more support - let me know.

a year ago
1

All good, I can confirm it is working fine it was an issue in my workstation setup. Btw how can I import the tests (no the test results) into Testomat?

a year ago
Changed the status to
Completed
9 months ago