Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Specify the same Chrome and Chromedriver version in tests (#173)
Apparently, if you pass `chromedriver-version` to `setup-chromedriver`, it will install the given Chromedriver version, but it will also install latest Chrome which might not be compatible to the given Chromedriver version. There is now a better way to install the same Chrome and Chromedriver, using [Chrome for Testing](https://developer.chrome.com/blog/chrome-for-testing/) and `npx @puppeteer/browsers install ...`.
- Loading branch information