• 1 Post
  • 3 Comments
Joined 11 months ago
cake
Cake day: October 18th, 2023

help-circle



  • 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?