๐Ÿ“ฆ robhogan / ice-janus

๐Ÿ“„ behat.yml ยท 21 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21default:
    extensions:
        Behat\MinkExtension\Extension:
            base_url: http://localhost:8086/app_test.php/
            goutte: ~
            selenium2: ~
        Behat\Symfony2Extension\Extension: ~
    paths:
        features: features
    context:
        class:  Ice\Features\Context\FeatureContext
        parameters:
          # URL to use against the web server in the features
          url: http://localhost:8086

          # Path to the document root
          documentRoot: web

          # How many seconds will we allow the httpd to use when starting?
          timeout: 1