Is anyone aware of self-hosted version of https://www.checklyhq.com/?

uptime-kuma is a close candidate, but it only supports quite basic tests. Ideally it would be nice if it was possible to run more involved playwright tests and keep track of the historical successes and failures.

  • ghoarderB
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    If you are writing your own playwright tests do you have the skills to wrap these up in a web api? If so you can then use uptime-kuma to call your playwright tests and return 200 if it’s ok or something else if not, Kuma will show the status code history in the dashboard so you could use specific codes for specific reasons, just try and keep them close to official. Or you could setup NodeRed to log more detailed responses to a database but you would then need to do more work to make a pretty way of displaying that, Grafana maybe?