What problem does it solve?
This Skill eliminates the gap between unit/E2E test results and real-world CUNYAutoLogin extension behavior, which often only appears when interacting with live CUNY SSO pages, real credentials, and actual browser environments instead of mocked fixtures.
Core Features & Use Cases
- Live Behavioral Verification: Confirm or refute concrete claims about extension behavior (e.g. invalid credential handling, TOTP autofill accuracy) against real CUNY login flows.
- Visual QA & Documentation: Capture screenshots of sidebar layouts, onboarding screens, and edge case states to update project documentation or catch CSS regressions.
- Edge Case Exploration: Probe rare flows like five-factor 2FA limits, Verify Later enrollment paths, and session resume behavior that are hard to replicate in automated test suites.
Use Case: A developer fixing a login regression can use this Skill to verify that the extension correctly rejects an invalid CUNY password without advancing past the password entry screen, and capture a screenshot of the error state for the changelog.
Quick Start
Use the extension-live-testing skill to verify that the extension correctly autofills your valid CUNY credentials and TOTP code on the live login page, then capture a screenshot of the post-authentication sidebar for your documentation.