FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
I built an open-source AI agent that writes and runs E2E tests — here's what I learned
How-ToWeb Development

I built an open-source AI agent that writes and runs E2E tests — here's what I learned

via Dev.to Webdevksgisang1mo ago

The Problem Every new project, same story: write login tests, write form validation tests, write navigation tests. Copy-paste from the last project, tweak selectors, pray nothing breaks. After 25 years in IT, I decided to automate the boring part. I built AWT (AI Watch Tester) — an open-source tool where you enter a URL, and AI writes the tests for you. How It Works Enter a URL — that's your only input AI scans the page — analyzes DOM structure + takes screenshots Generates test scenarios — login flows, form validation, navigation checks Runs them with Playwright — real browser, real clicks, real screenshots No selectors to write. No test scripts to maintain. AI handles the planning, Playwright handles the execution. "Can't Claude/GPT Just Do This with Computer Use?" Fair question. I get it a lot. Computer Use is a general-purpose GUI agent — it can click buttons and type text. But for E2E testing, you'd still need: Docker environment setup Screenshot pipeline management Result parsing

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
27 views

Related Articles

Vibe Coding Isn’t for Everyone (And That’s the Point)
How-To

Vibe Coding Isn’t for Everyone (And That’s the Point)

Medium Programming • 8h ago

Sometimes We Make Mistakes (Meta’s Cost $80 Billion)
How-To

Sometimes We Make Mistakes (Meta’s Cost $80 Billion)

Medium Programming • 8h ago

Gate.io vs KuCoin — Which Crypto Exchange Is Better? (2026)
How-To

Gate.io vs KuCoin — Which Crypto Exchange Is Better? (2026)

Dev.to Beginners • 9h ago

How to Build a Real Multi-Agent Engineering Workflow With oh-my-claudecode
How-To

How to Build a Real Multi-Agent Engineering Workflow With oh-my-claudecode

Medium Programming • 10h ago

Clean Code Principles Every Software Engineer Should Follow
How-To

Clean Code Principles Every Software Engineer Should Follow

Medium Programming • 11h ago

Discover More Articles