karma-runner / karma

Spectacular Test Runner for JavaScript
http://karma-runner.github.io
MIT License
11.93k stars 1.71k forks source link

New Chrome version 113 driver fails to start #3847

Open monkeykim111 opened 1 year ago

monkeykim111 commented 1 year ago

I upgraded from Chrome version 112 to the newly released Chrome 113, and since then, Karma doesn't work and tests cannot be run. Do you know anything about this issue?

It seems like Karma has a dependency on Selenium, and there was an issue on Stack Overflow stating that Selenium doesn't work on Chrome 113. Could this be the reason? https://stackoverflow.com/questions/76190622/selenium-new-chrome-version-113-0-5672-64-driver-fails-to-start

I need some help.

anthony-redFox commented 1 year ago

Karma has no dependencies on Selenium, so Chrome 113 is working good for me. Could you please share logs what happened?