Skip to content

assertedio/node-uptime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-uptime

Local example Node API uptime test with Asserted

asserted.io

Test in Prod

Walkthough

This example is referenced in a walkthrough about Node API Health Checks and Uptime

Try it out

# Clone example
git clone https://github.com/assertedio/node-uptime

# Enter directory and install
cd node-uptime/
npm install

# Run asserted tests
npm run test:asrtd

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.