Behat tests won't run in 3.3

Behat tests won't run in 3.3

by Mike Churchward -
Number of replies: 1
Picture of Core developers Picture of Plugin developers Picture of Testers

Hi -

My Behat tests run perfectly in 3.2. But when I try the same tests in 3.3, I get the following error:

"    BeforeScenario # behat_hooks::before_scenario_hook()
      unknown error: cannot get automation extension
      from unknown error: page could not be found: chrome-extension://aapnijgdinlhnhlmodcfapnahmbfebeb/_generated_background_page.html"

What's changed in 3.3, and how do I fix it?

mike

Average of ratings: -
In reply to Mike Churchward

Re: Behat tests won't run in 3.3

by Mike Churchward -
Picture of Core developers Picture of Plugin developers Picture of Testers

Looks like this was caused by the version of Chromedriver I was using. I updated to the latest (2.29), and that seems to have driven away that problem. Odd that the other one worked on 3.2 though...

mike