Skip to content

Instantly share code, notes, and snippets.

View joehosemann's full-sized avatar

Joe Hosemann joehosemann

View GitHub Profile

UI/UX Testing & Auto-Remediation System with Playwright & Claude Agent SDK

Executive Summary

Based on your requirements for fully automated UI/UX testing with high risk tolerance and Claude Agent SDK orchestration, I've designed a comprehensive multi-agent system that combines existing best-in-class tools with custom Claude agents for optimal results.

This system will:

  • Identify all types of UI/UX issues (visual, accessibility, performance, functional, usability)
  • Create intelligent remediation plans using AI analysis
  • Execute fixes automatically with self-healing capabilities
connected
·
39 seconds ago
Please read this conversation: https://claude.ai/share/032f6397-ab7b-45c5-8e26-bc86ec6eb832. I want you to implement it into the orchestrator sdk, but before you do, please summarize to confirm you understand what the problem we are trying to solve is, and how we are going to solve it.
I'll read the conversation to understand what needs to be implemented.
WebFetch
https://claude.ai/share/032f6397-ab7b-45c5-8e26-bc86ec6eb832
Request failed with status code 403
int pinGo = 2;
int pinBoundary2 = 6;
int pinBoundary1 = 7;
int pinAirGunSolenoidRelay = 8;
int pinRemoteMotorRelay = 9;
int pinHarnessMotorCWRelay = 10;
int pinHarnessMotorCCWRelay = 11;
String location = "";
bool cw = true;
@joehosemann
joehosemann / BBNC-BBIS JavaScript Repo
Last active January 3, 2016 08:39
BBNC/BBIS JavaScript Repo
BBIS/NGFAF JavaScript Repo
@joehosemann
joehosemann / WebShellScheduleProcessService.bat
Last active December 23, 2015 20:19
When encountering a 401 for WebShellScheduledProcessService.ashx, run this script on the CRM server to ensure that you have the right settings enabled.
DEL /F log.txt
REM Please be sure to rename Default Web Site to the approperate IIS site if approperate.
REM BackConnectionHostNames and DisableLoopbackChecks checks came from http://support.microsoft.com/kb/896861/en-us
REM BackConnectionHostNames should have each server's FQDN.
REM If BackConnectionHostNames doesnt work, or to test if it is the issue, you can change DisableLoopbackChecks to 1 and see if that resolves the issue.
echo ---------------------------INSTRUCTIONS-------------------------------------- >> log.txt
echo - The BAT file assumes Default Web Site as default IIS site. - >> log.txt