Newman Alternatives for API Testing in GitHub Actions #204541
Unanswered
lucdev01234-png
asked this question in
Actions
Replies: 1 comment
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
ARC (Actions Runner Controller)
Discussion Details
We're reviewing how we run API tests in GitHub Actions and are looking at alternatives to Newman.
Newman works well for running Postman collections from the command line, but we're interested in tools that fit more naturally into a broader API testing workflow.
The features we're looking for are:
CLI-based API testing
Multiple environment support
OpenAPI compatibility
GitHub Actions integration
Reusable test scenarios
Reliable CI/CD execution
We've been comparing options such as Hurl, Bruno CLI, HTTPie, and Apidog CLI.
Apidog CLI is particularly interesting because we can run API test scenarios from the terminal and reuse the same workflow in GitHub Actions. It also connects API testing with other parts of the API lifecycle instead of focusing only on collection execution.
For teams using GitHub Actions:
What Newman alternative are you using today?
Have you switched to another CLI tool, or is Newman still your preferred option for API testing in CI?
All reactions