expect
Test code changes in a real browser automatically with AI
All Skills in This Repository (8)
Pure Emerald Level Indicatorseffect-best-practices
Enforce Effect-TS best practices for services, errors, layers, and observability.
code-review
Identifies and analyzes code changes in pull requests to surface security, performance, and style issues.
skill-writing
Automate creation and improvement of agent SKILL.md documentation.
deslop
Refine recently modified JavaScript/TypeScript code for readability and maintainability.
vercel-react-best-practices
Apply React and Next.js performance best practices during development and refactoring.
effect-portable-patterns
Encapsulate promise logic in portable Effect functions resolving to plain Promises.
debug-agent
Instrument code with NDJSON logs to debug issues via hypothesis testing.
expect
Automate end-to-end browser verification of code changes with Playwright MCP tooling.
Frequently Asked Questions
FAQPage SchemaHow to install Expect?โผ
Run `npx skills add millionco/expect --all -g -y` in your terminal to install all skills in this suite globally.
What does Expect do?โผ
Expect reads your git changes, generates a test plan, and runs it in a real browser with Playwright. It checks for performance, security, broken links, and UI issues, then reports what is broken so your agent can fix it.
Which AI agents work with Expect?โผ
Expect works with Claude Code, Codex, Cursor, GitHub Copilot, Gemini CLI, OpenCode, and Factory Droid. It auto-detects installed agents or lets you pick one with a flag.
How is Expect different from Playwright or Cypress?โผ
Instead of writing scripts and maintaining selectors, Expect reads your code changes and tests them in a real browser automatically, using your real login cookies for authenticated testing.
Does Expect work in CI pipelines?โผ
Yes. Use the --ci flag or the add github-action command to test every pull request automatically in headless mode with a 30-minute timeout.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core