Closed bizmate closed 4 years ago
Hi @bizmate,
This is the content of my behat.local.yaml
file used on macOS system:
default:
extensions:
Behat\MinkExtension:
base_url: 'http://localhost'
sessions:
default:
goutte: ~
browserChrome:
chrome:
api_url: 'http://chromium:9222'
# show_cmd: '/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome %s'
show_cmd: '/Applications/Brave\ Browser.app/Contents/MacOS/Brave\ Browser %s'
formatters:
tap: false
pretty:
output_path: 'php://stdout'
On *NIX systems you may want to try using 'firefox %s'
as Behat's error message suggests.
Thank you for the reply but I have not used this setup for a while.I am not even sure if I have ever solved the problem. closing the issue now
I am experiencing something strange in my experience. Usually behat works straight out the box with browserkit but I have run this example and if I run
Just to show it in bold the error displayed is \ Set "show_cmd" parameter in behat.yml to be able to open page in browser (ex.: "show_cmd: firefox %s") (RuntimeException)**
My behat.yml
my .env.behat exists APP_ENV=acceptance
Any suggestions?