This is an automated archive made by the Lemmit Bot.

The original was posted on /r/opensource by /u/The_Duke_Luce on 2026-01-14 13:13:00+00:00.


Testing “Login with X” in E2E tests is a nightmare because of 2FA, Captchas, and rate limits. I got tired of expensive tools or complex local setups, so I built a free, drop-in replacement.

How it works:

You just swap your provider URL (e.g., Google’s auth URL) with in your test environment. It simulates the happy path and redirects back to your app successfully. https://oauth.kogiqa.com/

Features:

  • Works with Google, Microsoft, GitHub, Facebook, etc.
  • Custom Data:You can inject mock user info via URL params (e.g., ?name=QA_Bot&email=qa@example.org).
  • 100% Free & Open Source.

Check it out and let me know if I missed any providers you need!

Repo: github.com/atagon-GmbH/oAuth-mock