DEV Community

Discussion on: Using Postman like a PRO with these tricks 😎

Collapse
 
dmdesai_ profile image
Div

How can I create test-cases and automate it with Jenkins using Postwoman?

Collapse
 
liyasthomas profile image
Liyas Thomas

A cli is in WIP. Will rollout as soon as possible.

Thread Thread
 
dmdesai_ profile image
Div

Okie. But I don't think it's right to say alternative to Postman. Postman is handling much more than just an API Client.

Thread Thread
 
liyasthomas profile image
Liyas Thomas

True. We're "building" a faster alternative then ⚡👍

Thread Thread
 
dmdesai_ profile image
Div

That's convincing :) 👍

Collapse
 
pavelloz profile image
Paweł Kowalski

Usually you would use test framework for that, not http client.

Thread Thread
 
liyasthomas profile image
Liyas Thomas • Edited

Yeah! There's lot of amazing tools like Cypress, Jest, Ava etc.. Postwoman uses and suggests Cypress because it's community is amazing.