While working on multiple web projects, I noticed that writing UI tests is often time-consuming, repetitive, and difficult to maintain. Test engineers and developers spend hours writing selectors, configuring frameworks, and debugging fragile test scripts.
So I built a Chrome Plugin that generates UI tests with a single click.
What the extension does
• Record user actions directly from the browser
• Generate ready-to-run UI test scripts automatically
• Capture selectors and interactions without manual coding
• Export tests for automation frameworks
• Help developers and QA teams quickly validate UI workflows
Instead of manually writing test scripts, you can simply interact with the application and let the plugin generate the test logic for you.
Why I built this
UI testing should not slow down development.
The goal of this tool is to make test generation simple, fast, and accessible to every developer and QA engineer.
Try the extension here:
https://chromewebstore.google.com/detail/phiikbecemoodpnmlngbcfnfjgpikkhb?utm_source=item-share-cb
I’m currently refining the product and would love feedback from:
• QA engineers
• Developers building web applications
• Teams struggling with UI automation
If you're interested in trying it or collaborating, comment “UI TEST” or send me a message.
Top comments (0)