Every developer knows the feeling. You've pushed your code, opened a pull request, and now you're waiting. Twenty minutes. Sometimes thirty. The CI pipeline grinds through your test suite while you context-switch to something else and lose the thread of what you were building. Endform thinks that wait is unnecessary. And four investors just agreed.
The Stockholm-based startup announced a €1.5 million seed round on March 12, co-led by Alliance VC, Antler, First Fellow Partners, and Greens Ventures. Strategic angels also participated. The money goes toward team expansion and broader adoption of Endform's testing platform, which promises to collapse end-to-end test execution time from minutes to seconds.
That sounds like an incremental improvement. It isn't.
The CI Bottleneck That Nobody Talks About (But Every Engineer Hates)
Endform is built around Playwright, Microsoft's open-source testing framework. The platform works by distributing each browser-based test to its own cloud machine. Instead of running tests sequentially, an entire suite executes simultaneously. The total runtime drops to roughly the duration of your single slowest test.
This is a fundamental rethinking of parallelization in continuous integration. Traditional CI systems run tests in sequence or in limited parallel batches. Endform removes the connection between the number of tests you have and how long they take to finish. You can triple your test coverage and your pipeline stays flat.
For engineering teams shipping code dozens of times per day, that difference compounds. Every 20-minute wait is a context switch. Every context switch is lost velocity. The economics of developer time make this problem expensive even when nobody's tracking it.
Metric | Before Endform | After Endform |
|---|---|---|
Test Suite Runtime | 20-30 min (sequential) | Duration of slowest test |
Test Coverage Growth | Limited by pipeline time | Decoupled from time |
Developer Wait Time | Multiple context switches/day | Near-zero |
Parallelization | Manual, limited batches | Automatic, per-test |
Infrastructure Management | Self-managed runners | Cloud-native, managed |
Lovable Runs 80,000 Tests a Week on Endform. That's the Proof Point.
The company's marquee early adopter is Lovable, the Swedish vibe coding platform that just crossed $400 million ARR. According to Endform's case study, Lovable cut its Playwright suite runtime in half after adopting the platform. Then the company tripled its test coverage while keeping execution time flat. Lovable now runs more than 80,000 tests per week through Endform.
That's a potent reference customer. When Europe's fastest-growing software company is using your tool to maintain quality at scale, it validates the thesis in a way that pitch decks can't. The connection runs deeper than just a customer relationship. Antler, one of Endform's co-lead investors, is also a backer of Lovable.
Two Ex-Mentimeter Engineers Solving a Problem They Lived
Co-founders Jakob Norlin and Oliver Stenbom built Endform from experience that's hard to fake. Stenbom previously worked in infrastructure engineering at Mentimeter, the Swedish SaaS company that at its peak shipped code up to 80 times a day. When you're deploying that frequently, a slow test suite doesn't just slow you down. It determines the ceiling on how fast your organization can move.
"As test suites grow, they can become a bottleneck that slows down the pace of engineering teams," Norlin told The Next Web. That's understatement as strategy. The problem isn't that tests slow things down. It's that the traditional approach to running them was designed for a world where code shipped weekly, not hourly.
Endform launched publicly in March 2025 and has gained customers in Sweden and the United States. The company's timing is deliberate. As AI-generated code accelerates the pace of development, the volume of code that needs testing is exploding. Vibe coding tools like Lovable and Cursor don't just write code faster. They create more code, period. Someone has to make sure it works.
The Vibe Coding Era Needs an Infrastructure Layer. This Might Be It.
Here's the investment thesis in one sentence: AI is making code creation cheap, but it's making code quality expensive. Endform sits at that intersection. Every additional line of AI-generated code is a line that needs testing. Every new feature built in ten minutes instead of ten days means a test suite that grows proportionally.
The seed round is small by 2026 standards. But the company is early, the team is lean, and the product-market signal from Lovable alone would make most pre-seed investors jealous. If vibe coding is the future of software development, the companies that build the quality infrastructure around it will be just as essential as the code generators themselves.
Endform isn't trying to replace your testing framework. It's trying to make it irrelevant how many tests you have. In an era where AI writes code at machine speed, that's a problem worth solving.
