This is a soft, absolute minimum viable product "launch". Mostly looking for some feedback and validation.<p>I'll probably repost if/when Chrome Web Store approves the extension, especially since I've gotten zero feedback (so far).<p>I created TestFront to solve some pain points for me when creating end-to-end and/or UI tests. Awesome tools like Cypress are still too tedious for me and take way too long.<p>TestFront is free and open source, MIT licensed. Check the issues on GitHub (notably the high priority ones) for what's next on the agenda. Issues will be prioritized based on user feedback so feel free to give issues a thumbs up or thumbs down and/or create issues of your own: <a href="https://github.com/testfront-io/testfront-devtools/issues?q=is%3Aissue+is%3Aopen+sort%3Acreated-asc" rel="nofollow">https://github.com/testfront-io/testfront-devtools/issues?q=...</a><p>I did a short screen recording yesterday, covering every user join/login/update possibility in under 4 minutes: <a href="https://www.youtube.com/watch?v=ifkaptIYeL8" rel="nofollow">https://www.youtube.com/watch?v=ifkaptIYeL8</a><p>You can probably watch it at 2x speed to get the idea. At the end, you'll see me commit the tests I made to the <a href="https://github.com/testfront-io/starter-kit-app" rel="nofollow">https://github.com/testfront-io/starter-kit-app</a> repository, which you can clone and run yourself to get an idea for how easy it is. (Note that for the API, I used the `serverless-dynamodb` branch of `starter-kit-api` for easier installation and data resets, but the `express-postgresql` branch should work roughly the same.)