Closed dkarlovi closed 4 years ago
Hi @dkarlovi! You can now configure as follows. Hope this helps!
# in behat.yml
extensions:
Robertfausk\Behat\PantherExtension: ~ # no configuration here
Behat\MinkExtension:
javascript_session: javascript_chrome
sessions:
default:
panther: ~
javascript:
panther:
options: ~
javascript_chrome:
panther:
options:
browser: 'chrome'
webServerDir: '%paths.base%/public' # your custom public dir
javascript_firefox:
panther:
options:
browser: 'firefox'
Just released v1.0.1
. Please comment this issue again if there are some problems.
When trying to pass options to Panther, it currently doesn't seem possible, I get
Sample config