Hey HN, I built TestBeacon, a platform for writing web UI automations (think Selenium/iMacros) without ever leaving the browser. No native drivers or extensions to install (although we do have an extension for quick writing/testing of scripts! <a href="https://chrome.google.com/webstore/detail/testbeacon/iboncccoifgbjimboiphmlcbnnllodkn" rel="nofollow">https://chrome.google.com/webstore/detail/testbeacon/ibonccc...</a>). I wanted to be able to easily access and share automations so each one has a unique URL and can be ran at the click of a button.<p>TestBeacon can also run your tests in the background (via PhantomJS) and notify you of the results via email, with screenshots, console logs, etc. We run them on your schedule on a weekly basis.<p>TestBeacon runs on top of Flytrap.js (<a href="http://docs.flytrap.io" rel="nofollow">http://docs.flytrap.io</a>), the programming language used to build and drive automations. It’s just a javascript library and interprets and runs scripts written in Flytrap. Just embed a single JS file into your web app, and you’ll be able to automate the mindless clicking around during feature development. The automation can then double as a safety-net for testing & QA, and used to spot-check problematic areas post-deployment.<p>Let me know what you think!