Thanks to visit codestin.com
Credit goes to github.com

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: mskelton/eslint-plugin-playwright
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.2
Choose a base ref
...
head repository: mskelton/eslint-plugin-playwright
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 4 commits
  • 57 files changed
  • 3 contributors

Commits on Sep 19, 2025

  1. Update globals dependency, raise typescript target to es2022 (#391)

    * Update `globals` dependency
    
    * use Object.prototype.hasOwnProperty
    
    * revert and bump typescript target
    
    * bump to node 16.9.0
    
    * update lockfile
    silverwind authored Sep 19, 2025
    Configuration menu
    Copy the full SHA
    3ecf3ab View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2025

  1. fix: Check for test tags in titles

    Fixes #392
    mskelton committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    377238c View commit details
    Browse the repository at this point in the history
  2. chore: Cleanup imports

    mskelton committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    6b85256 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. feat: Add no-unused-locators rule (#396)

    * Initial implementation of rule no-unused-locators
    
    * Add code for user action is awaited
    
    * Add test for inside an expect
    
    * Move comments
    
    * Add other locators
    
    * Move locators to array clean method
    
    * Cleanup
    
    ---------
    
    Co-authored-by: Mark Skelton <[email protected]>
    mikedidomizio and mskelton authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    c0937d7 View commit details
    Browse the repository at this point in the history
Loading