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.
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
Open the runs
directory and add your own. I'm not too sure what the run limit is... One day someone will tell us.