Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.43 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.43 KB

Promise Watch Logo

Tests License

An Api/E2E monitor that runs promises on intervals and sends notifications on errors. Supports playwright for reliable E2E testing. Has prebuilt notifiers for SMTP, Slack, and Pushover, and can support any custom notifier.

Getting Started

Install your dependencies. I'm using pnpm, you can pick your own poison: pnpm, npm, yarn, whatever you want.

npm install -g pnpm # or just use whatever: npm, yarn
pnpm install

Starting the project

pnpm start

Add your own runs

Open the runs directory and add your own. I'm not too sure what the run limit is... One day someone will tell us.