You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Validated as part of axe-core-npm QA,
Chromedriver was always installing as a dependency, but now it's using latest instead of us pinning a chromedriver version.
For Example:
Prior to change:
if a user has Chrome V97, our package was pinned to V95 chrome driver, this would break CLI
New change:
If a user install CLI it will install latest chromedriver (say V99) their browser needs to be fully up to date
Chrome 98 was released recently, ChromeDriver needs to be updated to match in our packages need to be updated accordingly.
See:
#401
#450
The text was updated successfully, but these errors were encountered: