Skip to content

Continuous Integration meets VisualCeption

Nils Langner edited this page Jan 26, 2015 · 8 revisions

Continuous Integration Server

Bamboo

simple Configuration

class_name: WebGuy
modules:
    enabled:
        - WebDriver
        - WebHelper
        - VisualCeption
        - VisualCeptionReporter
    config:
        WebDriver:
            url: http://www.example.com
            browser: firefox
            host: localhost
            port: 4444
        VisualCeption:
            maximumDeviation: 0
            storageStrategy: RemoteStorage
            expectedImageServer: http://yourimageserver.com/image.php
            userId: bwhBR4WBEFJHBW 
        VisualCeptionReporter:
            reporter:
              class: CIReporter
              templateFile: /path/to/templateFile.php
              logFile: /path/to/logFile.html