-
Notifications
You must be signed in to change notification settings - Fork 277
not able to run feature in saucelab account. #215
Comments
The YAML configuration looks good to me. |
what could be issue then ? I am not using sauce-connect. |
@stof @nirbhaypatil SauceLabs do not support https://github.com/Behat/MinkExtension/blob/master/src/Behat/MinkExtension/ServiceContainer/Driver/SauceLabsFactory.php#L68-L71 If i delete option it works |
Or just add to the behat.yml
Worked for me too. |
Investigated a little bit what actually happens and printed out what URL is used for the webDriver. As you can see the first instance is the default URL. Then when the scenarios are starting the correct URL is used. But with the first call (i follow) which really executes a request by SauceLabs the webDriver is instantiated with HTTP://. When adding the custom-data to the configuration the webDriver is instantiated correctly.
|
I am trying to run feature file using above YAML file as config and below is my comopser.json.
command used : bin\behat.bat -c=behat.yml features\rml\registration\ -s qa
But I could not see any execution in sauce lab account.
is anything wrong in YAML ?
The text was updated successfully, but these errors were encountered: