Automate browser testing and verification
webapp-testingskillsetup L2★342
Kxiandaoyan/Memoh-v2 ↗What it does
Automate web application testing via browser automation
Best for
End-to-end regression testing when unit tests miss user-facing behavior
Inputs
- · target URL
- · test scenarios (click, fill, navigate, assert)
- · browser type (Chrome, Firefox, etc.)
Outputs
- · test pass/fail results
- · screenshots on failure
- · regression reports
Requires
- · Playwright
- · Selenium
- · Puppeteer
Preconditions
Browser installed (Chrome/Firefox); web app deployed and accessible; JavaScript enabled
Failure modes
Flaky tests if waits too short; selector brittle if DOM changes; timeouts on slow network
Trust signals
- · Browser automation engines battle-tested (Playwright, Selenium)
- · Screenshots capture failure context
- · Integrates with CI/CD