TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

E2E test automation for MFA / 2FA flows

1 pointsby Frajedoover 2 years ago
I&#x27;ve been reading for a while that in order to run automated E2E tests on web or mobile platforms the best approach was to either not test MFA flows or simply bypass them with the good old if(!prod){}.<p>So I decided to code this thing called GetMyMFA (https:&#x2F;&#x2F;get.mymfa.io).<p>What do you think about the topic? Is this actually a &quot;problem&quot; for you?

1 comment

smartyshalover 2 years ago
Great initiative however there&#x27;s one issue that the problem space is much larger than just MFA&#x2F;2FA flows for e2e test automation. I have done an extensive research and have experience first hand pain with setting up test processes &amp; maintaining e2e test automation that are reliable. Unfortunately, it is very costly and time consuming, therefore decided to build my own service, <a href="https:&#x2F;&#x2F;lastmileqa.com" rel="nofollow">https:&#x2F;&#x2F;lastmileqa.com</a> to enable effortless e2e automation for all.