Live data from Hacker News

Show HN: Step CI – open-source lightweight alternative to Pingdom and Checkly

github.com

1–10 of 16 posts

Show HN: Step CI – open-source lightweight alternative to Pingdom and Checkly

#1
In our last post, we showed that there is an easy way to generate automated tests for Rest APIs from your specification.

Since the last release, we have added some new features:

  - Generate tests from your API spec in the CLI
  - Run tests against gRPC APIs automatically
  - Get request and response information when your tests fail
  - Generate fake data and use it in the requests
  - Bring your own test data (from .csv)
  - More intuitive CLI interface
We built this because we wanted a simple, developer-friendly way to automate API testing without relying on cloud solutions. You can integrate it with Docker, GitHub Actions and Node. Your tests can have multiple steps, with shared context between them. Lastly, you can use it as a library and in combination with other testing tools like Jest, Ava, Mocha (and soon Insomnia).

If you want to step out of locked-in cloud solutions, give our tool a try.

Show HN: Step CI – open-source lightweight alternative to Pingdom and Checkly
github.com

Re: Show HN: Step CI – open-source lightweight alternative to Pingdom and Checkly

#6

This looks pretty nice! I had to do a bunch of mocking and magic to mock servers and clients for testing gRPC endpoints, and I think something like this would make it a lot simpler.

Thanks. Let us know how it goes! We'd be very glad if our tool would be helpful for your use-case

Re: Show HN: Step CI – open-source lightweight alternative to Pingdom and Checkly

#8
Just wanted to hop in here as founder of Checkly that I think this is awesome. Coded API checks, or checks living in your codebase make total sense. I'm also kinda humbled as I launched Checkly as an indie hacker couple years back and later went VC route. Being mentioned by name by an alternative is kinda really cool! Good luck StepCI team and let's make the web (and the APIs) more reliable!

Re: Show HN: Step CI – open-source lightweight alternative to Pingdom and Checkly

#10
post #8

Just wanted to hop in here as founder of Checkly that I think this is awesome. Coded API checks, or checks living in your codebase make total sense. I'm also kinda humbled as I launched Checkly as an indie hacker couple years back and later went VC route. Being mentioned by name by an alternative is kinda really cool! Good luck StepCI team and let's make the web (and the APIs) more reliable!

Nice to meet you Tim. Checkly is an awesome tool and thank you for your comment!

API monitoring is a very crowded space. Our approach is similar to HashiCorp with tools like Terraform, both philosophically (being open-source) and UX-wise (configuration as code).

Our users can benefit from being able to self-host it and customise it according to their own needs

Post reply on HN