Skip to content

Continuous Integration meets VisualCeption

Nils Langner edited this page Jan 26, 2015 · 8 revisions
class_name: WebGuy
modules:
    enabled:
        - WebDriver
        - WebHelper
        - VisualCeption
        - VisualCeptionReporter
    config:
        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
Clone this wiki locally