Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,16 @@ completed' button. The unchanged snapshots appear grouped together at the bottom

From here, you can try making your own changes to the app and tests, if you like. If you do, re-run
the tests and you'll see any visual changes reflected in Percy.

## Dependency updates

During local testing these development dependencies were updated to match current browser and tooling versions:

- `@percy/cli`: 1.30.11 -> 1.31.2
- `selenium-webdriver`: 4.1.1 -> 4.36.0
- `chromedriver`: 115.0.1 -> 141.0.1 (to match modern Chrome)
- `geckodriver`: 3.0.1 -> 6.0.2
- `http-server`: 0.11.1 -> 14.1.1

If you encounter browser-driver compatibility issues in your environment, adjust `CHROME_BINARY` or
`FIREFOX_BINARY` environment variables to point to the browser binary you want Selenium to use.
Loading