My SaaS product’s auth was broken for 3 days and I only noticed today.
I’d like to set up an automated way to test signup and login flows continuously, and alert me if something fails.
What’s the simplest and most reliable way to do this? Tools, scripts, or best practices welcome.
If it's a page up, but backend down in some way. Now that's a big question of what the code is doing.
If perhaps auth is easy as a post request with creds and it returns with a success of some kind. Could be trivial to setup using python requests.