angular / webdriver-manager

A binary manager for E2E testing
MIT License
224 stars 116 forks source link

webdriver manager is not installing correct version of chrome while running from github actions #506

Open vishujci opened 2 years ago

vishujci commented 2 years ago

While running test cases from Github actions , the webdriver manager is not installing correct version of chrome driver due to which test case got failed . However it fails the last one of all of the executed test cases . Please check

image