Tweet
Getting the entire Harness Engineering system setup for my repo and it's blowing my mind. It even identifies when UI was changed and records a video of testing in the browser and adds those videos to the PR for me to review. I'm using this setup as a guide: https://t.co/u5f9wF4Ssv
This has a linked resource worth reading, a tool worth trying, or an idea worth prototyping
Quick Insight
Ryan is showing off Harness's automated testing system that detects UI changes and automatically records browser test videos, then attaches them to PRs for review. This is basically automated visual regression testing with video proof - could be huge for catching UI bugs before they hit production.
Actionable Takeaway
Set up automated visual testing for one of your side projects (maybe the print-on-demand tool's admin dashboard) to see if the video recording + PR integration actually saves time vs manual testing.
Related to Your Work
Your fintech platform's analytics dashboards and credit card offer flows need bulletproof UI testing - a bug in the offer display or analytics charts could cost real money. This could replace manual QA for UI changes.
Source Worth Reading
The linked setup guide is worth checking - likely shows the actual Harness configuration and integration steps. Could save hours of setup time if you decide to implement this.