Skip to content

Instantly share code, notes, and snippets.

@Einenlum
Created July 29, 2014 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Einenlum/f1f18df65021d182623b to your computer and use it in GitHub Desktop.
Save Einenlum/f1f18df65021d182623b to your computer and use it in GitHub Desktop.
% ./bin/behat
Feature: Test Einenlum Page
If Einenlum is correcly loaded
It should show "actuellement une entreprise" in it
@javascript
Scenario: Searching on Einenlum # features/nekland.feature:6
Given I go to "http://einenlum.fr" # Behat\MinkExtension\Context\MinkContext::visit()
Could not open connection (Behat\Mink\Exception\DriverException)
[Behat\Mink\Exception\DriverException]
Could not open connection
[WebDriver\Exception\CurlExec]
Curl error thrown for http POST to http://localhost:4444/wd/hub/session with params: {"desiredCapabilities":{"tags":["xou","PHP 5.5.9-1ubuntu4.3"]
,"browserName":"firefox","version":"21","platform":"ANY","browserVersion":"9","browser":"firefox","ignoreZoomSetting":"false","name":"Behat featur
e suite","deviceOrientation":"portrait","deviceType":"tablet"},"requiredCapabilities":[]}
Failed to connect to localhost port 4444: Connection refused
behat [-s|--suite="..."] [-f|--format="..."] [-o|--out="..."] [--format-settings="..."] [--init] [--lang="..."] [--name="..."] [--tags="..."] [--role="..."] [--story-syntax] [-d|--definitions="..."] [--append-snippets] [--no-snippets] [--strict] [--rerun] [--stop-on-failure] [--dry-run] [paths]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment