robertfausk / behat-panther-extension

Run your behat tests in a headless chrome/firefox - Symfony Panther extension for Behat
https://packagist.org/packages/robertfausk/behat-panther-extension
Other
30 stars 5 forks source link

Pass Mink's base_url as Panther's external_base_uri #3

Open dkarlovi opened 4 years ago

dkarlovi commented 4 years ago

Mink has a setting called base_url set for all sessions. Since it's basically what Panther's external_base_uri is doing, it makes sense to auto-wire this option into Panther if set.

robertfausk commented 2 years ago

@dkarlovi @storm1er Can you provide a PR including test pls?