We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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"".
"@gmail.com"
"You have requested a non-existent service "gmail.com"".
The text was updated successfully, but these errors were encountered:
Just use @@gmail.com instead :)
@@gmail.com
Sorry, something went wrong.
@pamil Not worked, Failed to find user: taqi@@gmail.com. It should got as [email protected]
Failed to find user: taqi@@gmail.com
No branches or pull requests
I have to pass
"@gmail.com"
as an argument, but it throws an error that"You have requested a non-existent service "gmail.com"".
The text was updated successfully, but these errors were encountered: