Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lackeyjb/playwright-skill
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.0
Choose a base ref
...
head repository: lackeyjb/playwright-skill
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref
  • 1 commit
  • 4 files changed
  • 2 contributors

Commits on Oct 19, 2025

  1. feat: add auto-detection and smart test management (v4.0.0)

    Major workflow improvements to eliminate manual configuration:
    
    ✨ New Features:
    - Auto-detect running dev servers on common ports (3000-3001, 5173, 8080, etc.)
    - Smart workflow: use detected server, ask if multiple, or help start one
    - Write test scripts to /tmp for automatic cleanup (no project clutter)
    - URL parameterization in all examples via TARGET_URL constant
    
    🔧 Changes:
    - Added detectDevServers() helper function to lib/helpers.js
    - Complete rewrite of SKILL.md with new workflow guidance
    - Updated all code examples to use /tmp and parameterized URLs
    - Added inline execution documentation for simple tasks
    - Enhanced error handling and server detection logic
    
    📖 Documentation:
    - New critical workflow section with step-by-step guidance
    - Updated execution patterns with server detection
    - Improved examples showing auto-detection in action
    - Added tips for /tmp usage and URL parameterization
    
    Breaking Changes:
    - Skill now expects to run server detection before localhost testing
    - Test files written to /tmp instead of skill directory
    
    This eliminates the common issues of hardcoded ports, manual edits,
    and test file clutter that users previously experienced.
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude <[email protected]>
    lackeyjb and claude committed Oct 19, 2025
    Configuration menu
    Copy the full SHA
    def9a4f View commit details
    Browse the repository at this point in the history
Loading