grpc-uptime
Test gRPC API uptime with Asserted
Test in Prod
Walkthough
This example is referenced in a walkthrough about gRPC Health Checks and Uptime
Try it out
git clone https://github.com/assertedio/grpc-uptime
cd grpc-uptime/
npm install
npm run asrtd:test
Add to your own project
In order to create your own tests in your own repo, you should create an account and follow the quick onboarding.
Learn more
Notes
- Typically the
asrtd
command line tool is installed globally with npm i -g asrtd
. - All code related to running the tests for Asserted should be in the
.asserted
directory.