Symfony2Extension
Symfony2Extension copied to clipboard
You have requested a non-existent service "gmail.com"
default:
suites:
default:
contexts:
- FeatureContext:
username_suffix: '@gmail.com'
extensions:
Behat\Symfony2Extension: ~
public function __construct($username_suffix)
{
// $session is your Symfony2 @session
}
I have to pass "@gmail.com"
as an argument, but it throws an error that "You have requested a non-existent service "gmail.com"".
Just use @@gmail.com
instead :)
@pamil Not worked, Failed to find user: taqi@@gmail.com
. It should got as [email protected]