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: percy/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.31.10-beta.0
Choose a base ref
...
head repository: percy/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.31.10-beta.1
Choose a head ref
  • 6 commits
  • 77 files changed
  • 4 contributors

Commits on Mar 11, 2026

  1. added uri check (#2128)

    * added uri check
    
    * added test case
    
    * coverage fix
    
    * added warning
    
    * comment fix
    
    * added test case
    
    * added test case for catch block
    
    * comment fix
    aryanku-dev authored Mar 11, 2026
    Configuration menu
    Copy the full SHA
    cb9bfc4 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2026

  1. Add regression tests for various web features (#2145)

    * Add regression tests for various web features
    
    - Create HTML pages for testing canvas rendering, CORS iframes, CORS resources, CSSOM, fonts, images, iframes, and shadow DOM.
    - Implement a regression test runner using Node.js to start servers and capture snapshots with Percy.
    - Add support for handling redirects and serving static assets with appropriate MIME types.
    - Include tests for JavaScript-enabled rendering and responsive layouts.
    - Define snapshot configurations in a YAML file for easy management of test cases.
    
    * feat: Enhance regression workflow permissions and improve CORS resource handling
    
    * feat: Update regression workflow and improve custom element definitions
    prklm10 authored Mar 15, 2026
    Configuration menu
    Copy the full SHA
    0396d39 View commit details
    Browse the repository at this point in the history
  2. docs: Remove hardcoding warning for PERCY_TOKEN from README (#2146)

    * docs: Remove hardcoding warning for PERCY_TOKEN from README
    
    * refactor: update regression test setup to use npx percy and streamline dependencies
    
    * fix: add verbose flag to percy snapshot command for detailed output
    
    * fix: add server.js to .semgrepignore and update path traversal audit comment
    prklm10 authored Mar 15, 2026
    Configuration menu
    Copy the full SHA
    93024af View commit details
    Browse the repository at this point in the history
  3. Per fixing regression (#2148)

    * docs: Remove note about issue_comment trigger dependency on default branch
    
    * refactor: simplify regression workflow by removing issue_comment triggers and related steps
    
    * feat: add regression workflow to test.yml with updated steps and dependencies
    prklm10 authored Mar 15, 2026
    Configuration menu
    Copy the full SHA
    ba807ab View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2026

  1. ✨ Percy doctor (#2118)

    * initial commit
    
    * more changes
    
    * cleaning up few things
    
    * more changes
    
    * Adding specs
    
    * semgrep ignore
    
    * yarn lock with node 14
    
    * adding coverage
    
    * Adding coverage
    
    * adding coverage
    
    * adding coverage
    
    * Removing function injection + more coverage
    
    * More coverage + refactoring
    
    * final coverage
    
    * package version update
    
    * windows test fix
    
    * covering macos cases
    
    * coverage
    
    * coverage
    
    * coverage
    
    * coverage
    
    * coverage
    
    * fixing flay specs
    
    * Removing ssl.js as it is removed
    
    * CodeQL/ semgrep
    
    * semgrep
    
    * Resolving comments from AI researcher
    
    * semgrep resolve
    
    * semgrep ci
    rishigupta1599 authored Mar 16, 2026
    Configuration menu
    Copy the full SHA
    2860f1c View commit details
    Browse the repository at this point in the history
  2. 🔖 Release 1.31.10-beta.1 (#2142)

    * version bump
    
    * updating percy-doctor version
    
    ---------
    
    Co-authored-by: rishigupta1599 <rishi@browserstack.com>
    aryanku-dev and rishigupta1599 authored Mar 16, 2026
    Configuration menu
    Copy the full SHA
    ae5b74a View commit details
    Browse the repository at this point in the history
Loading